Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const todo: TranslationStrings = { | |
| 'todo.subtab.packing': 'μ§ λͺ©λ‘', | |
| 'todo.subtab.todo': 'ν μΌ', | |
| 'todo.completed': 'μλ£λ¨', | |
| 'todo.filter.all': 'μ 체', | |
| 'todo.filter.open': 'λ―Έμλ£', | |
| 'todo.filter.done': 'μλ£', | |
| 'todo.uncategorized': 'λ―ΈλΆλ₯', | |
| 'todo.namePlaceholder': 'μμ μ΄λ¦', | |
| 'todo.descriptionPlaceholder': 'μ€λͺ (μ ν)', | |
| 'todo.unassigned': 'λ―Έλ°°μ ', | |
| 'todo.noCategory': 'μΉ΄ν κ³ λ¦¬ μμ', | |
| 'todo.hasDescription': 'μ€λͺ μμ', | |
| 'todo.addItem': 'μ μμ μΆκ°', | |
| 'todo.sidebar.sortBy': 'μ λ ¬ κΈ°μ€', | |
| 'todo.priority': 'μ°μ μμ', | |
| 'todo.newCategoryLabel': 'μλ‘ λ§λ€κΈ°', | |
| 'todo.newCategory': 'μΉ΄ν κ³ λ¦¬ μ΄λ¦', | |
| 'todo.addCategory': 'μΉ΄ν κ³ λ¦¬ μΆκ°', | |
| 'todo.newItem': 'μ μμ ', | |
| 'todo.empty': 'μμ§ μμ μ΄ μμ΅λλ€. μμ μ μΆκ°νμ¬ μμνμΈμ!', | |
| 'todo.filter.my': 'λ΄ μμ ', | |
| 'todo.filter.overdue': 'κΈ°ν μ΄κ³Ό', | |
| 'todo.sidebar.tasks': 'μμ ', | |
| 'todo.sidebar.categories': 'μΉ΄ν κ³ λ¦¬', | |
| 'todo.detail.title': 'μμ ', | |
| 'todo.detail.description': 'μ€λͺ ', | |
| 'todo.detail.category': 'μΉ΄ν κ³ λ¦¬', | |
| 'todo.detail.dueDate': 'λ§κ°μΌ', | |
| 'todo.detail.assignedTo': 'λ°°μ λμ', | |
| 'todo.detail.delete': 'μμ ', | |
| 'todo.detail.save': 'λ³κ²½ μ¬ν μ μ₯', | |
| 'todo.sortByPrio': 'μ°μ μμ', | |
| 'todo.detail.priority': 'μ°μ μμ', | |
| 'todo.detail.noPriority': 'μμ', | |
| 'todo.detail.create': 'μμ λ§λ€κΈ°', | |
| }; | |
| export default todo; | |