diff --git a/l10n/es.js b/l10n/es.js index 5ff3b4b6..03c9ee6c 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -57,6 +57,7 @@ OC.L10N.register( "Add an important task to \"{calendar}\"…" : "Añadir una tarea importante a \"{calendar}\"…", "Add a task due today to \"{calendar}\"…" : "Añadir una tarea que finaliza hoy a \"{calendar}\"", "Add a current task to \"{calendar}\"…" : "Añadir una tarea actual a \"{calendar}\"", + "Add a task to \"{calendar}\"…" : "Añadir una tarea a \"{calendar}\"", "Tomorrow" : "Mañana", "Set start date" : "Establecer fecha de inicio", "Set start time" : "Fijar hora de inicio", @@ -91,9 +92,16 @@ OC.L10N.register( "[Was due yesterday at] LT" : "[Terminaba ayer a las] LT", "[Was due on] LL [at] LT" : "[Terminaba el] LL [a las] LT", "No priority assigned" : "Sin prioridad asignada", + "Priority {priority}: high" : "Prioridad {priority}: alta", + "Priority {priority}: medium" : "Prioridad {priority}: media", + "Priority {priority}: low" : "Prioridad {priority}: baja", + "{percent} % completed" : "{percent}% completado", "When shared show full event" : "Al compartir, mostrar el evento completo", "When shared show only busy" : "Al compartir, mostrar solo ocupado", "When shared hide this event" : "Al compartir, ocultar este evento", + "Completed {date}" : "Completado el {date}", + "Created {date}" : "Creado el {date}", + "Last modified {date}" : "Última modificación: {date}", "Edit" : "Editar", "Copy private link" : "Copiar enlace privado", "Copied" : "Copiado", @@ -104,7 +112,9 @@ OC.L10N.register( "New List" : "Nueva lista", "Calendar link copied to clipboard." : "Enlace de calendario copiado al portapapeles.", "Calendar link could not be copied to clipboard." : "No se ha podido copiar al portapapeles el enlace de calendario.", + "The name \"{calendar}\" is already used." : "El nombre \"{calendar}\" ya está en uso.", "An empty name is not allowed." : "No se puede dejar el nombre en blanco.", + "This will delete the calendar \"{calendar}\" and all corresponding events and tasks." : "Esto eliminará el calendario \"{calendar}\" y todos los eventos y tareas correspondientes.", "_Shared with {num} entity_::_Shared with {num} entities_" : ["Compartido con {num} entidades","Compartido con {num} entidades"], "Settings" : "Ajustes", "Default list" : "Lista por defecto", diff --git a/l10n/es.json b/l10n/es.json index 32df3c74..0e351317 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -55,6 +55,7 @@ "Add an important task to \"{calendar}\"…" : "Añadir una tarea importante a \"{calendar}\"…", "Add a task due today to \"{calendar}\"…" : "Añadir una tarea que finaliza hoy a \"{calendar}\"", "Add a current task to \"{calendar}\"…" : "Añadir una tarea actual a \"{calendar}\"", + "Add a task to \"{calendar}\"…" : "Añadir una tarea a \"{calendar}\"", "Tomorrow" : "Mañana", "Set start date" : "Establecer fecha de inicio", "Set start time" : "Fijar hora de inicio", @@ -89,9 +90,16 @@ "[Was due yesterday at] LT" : "[Terminaba ayer a las] LT", "[Was due on] LL [at] LT" : "[Terminaba el] LL [a las] LT", "No priority assigned" : "Sin prioridad asignada", + "Priority {priority}: high" : "Prioridad {priority}: alta", + "Priority {priority}: medium" : "Prioridad {priority}: media", + "Priority {priority}: low" : "Prioridad {priority}: baja", + "{percent} % completed" : "{percent}% completado", "When shared show full event" : "Al compartir, mostrar el evento completo", "When shared show only busy" : "Al compartir, mostrar solo ocupado", "When shared hide this event" : "Al compartir, ocultar este evento", + "Completed {date}" : "Completado el {date}", + "Created {date}" : "Creado el {date}", + "Last modified {date}" : "Última modificación: {date}", "Edit" : "Editar", "Copy private link" : "Copiar enlace privado", "Copied" : "Copiado", @@ -102,7 +110,9 @@ "New List" : "Nueva lista", "Calendar link copied to clipboard." : "Enlace de calendario copiado al portapapeles.", "Calendar link could not be copied to clipboard." : "No se ha podido copiar al portapapeles el enlace de calendario.", + "The name \"{calendar}\" is already used." : "El nombre \"{calendar}\" ya está en uso.", "An empty name is not allowed." : "No se puede dejar el nombre en blanco.", + "This will delete the calendar \"{calendar}\" and all corresponding events and tasks." : "Esto eliminará el calendario \"{calendar}\" y todos los eventos y tareas correspondientes.", "_Shared with {num} entity_::_Shared with {num} entities_" : ["Compartido con {num} entidades","Compartido con {num} entidades"], "Settings" : "Ajustes", "Default list" : "Lista por defecto", diff --git a/l10n/ja.js b/l10n/ja.js index cd9f4504..3f42ee60 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -49,6 +49,8 @@ OC.L10N.register( "[Yesterday]" : "[昨日]", "[Today]" : "[今日]", "[Tomorrow]" : "[明日]", + "Add a subtask to \"{task}\"…" : "\"{task}\"にサブタスクを追加...", + "Add a task to \"{task}\"…" : "\"{task}\"にタスクを追加...", "_%n Completed Task_::_%n Completed Tasks_" : ["完了済みタスク %n"], "Tomorrow" : "明日", "Set start date" : "開始日を設定", @@ -68,9 +70,13 @@ OC.L10N.register( "[Due tomorrow]" : "[明日まで]", "[Was due yesterday]" : "[昨日が期限]", "No priority assigned" : "優先順位が割り当てられていません", + "{percent} % completed" : "{percent} %完了", "When shared show full event" : "共有時にすべてのイベントを表示", "When shared show only busy" : "共有時に実行中のみを表示", "When shared hide this event" : "共有時にこのイベントを隠す", + "Completed {date}" : "完了:{date}", + "Created {date}" : "作成:{date}", + "Last modified {date}" : "最終更新:\"{calendar}\".", "Edit" : "編集", "Copy private link" : "プライベートリンクをコピー", "Copied" : "コピーしました", diff --git a/l10n/ja.json b/l10n/ja.json index 2f373845..42fe954d 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -47,6 +47,8 @@ "[Yesterday]" : "[昨日]", "[Today]" : "[今日]", "[Tomorrow]" : "[明日]", + "Add a subtask to \"{task}\"…" : "\"{task}\"にサブタスクを追加...", + "Add a task to \"{task}\"…" : "\"{task}\"にタスクを追加...", "_%n Completed Task_::_%n Completed Tasks_" : ["完了済みタスク %n"], "Tomorrow" : "明日", "Set start date" : "開始日を設定", @@ -66,9 +68,13 @@ "[Due tomorrow]" : "[明日まで]", "[Was due yesterday]" : "[昨日が期限]", "No priority assigned" : "優先順位が割り当てられていません", + "{percent} % completed" : "{percent} %完了", "When shared show full event" : "共有時にすべてのイベントを表示", "When shared show only busy" : "共有時に実行中のみを表示", "When shared hide this event" : "共有時にこのイベントを隠す", + "Completed {date}" : "完了:{date}", + "Created {date}" : "作成:{date}", + "Last modified {date}" : "最終更新:\"{calendar}\".", "Edit" : "編集", "Copy private link" : "プライベートリンクをコピー", "Copied" : "コピーしました", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 0da3c944..8051faa8 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -19,8 +19,10 @@ OC.L10N.register( "Cancel" : "取消", "Delete all completed tasks." : "删除所有已完成任务。", "Delete completed tasks." : "删除已完成任务。", + "Deleted all completed tasks from calendar \"{calendar}\"." : "从日历 \"{calendar}\" 中删除所有已完成任务。", "No errors" : "没有错误", "Open your browser console for more details" : "打开您的浏览器控制台以获取更多详细信息", + "_This will delete {taskCount} completed task and its subtasks from calendar \"{calendar}\"._::_This will delete {taskCount} completed tasks and their subtasks from calendar \"{calendar}\"._" : ["此操作将从日历 \"{calendar}\" 中删除 {taskCount} 个已完成任务及其子任务。"], "_Could not delete {failedCount} task._::_Could not delete {failedCount} tasks._" : ["无法删除 {failedCount} 个任务。"], "Load all completed tasks." : "载入所有已完成任务。", "Change sort order" : "更改排序", @@ -49,7 +51,13 @@ OC.L10N.register( "[Yesterday]" : "[昨天]", "[Today]" : "[今天]", "[Tomorrow]" : "[明天]", + "Add a subtask to \"{task}\"…" : "添加子任务到 \"{task}\" ...", + "Add a task to \"{task}\"…" : "添加任务到 \"{task}\" ...", "_%n Completed Task_::_%n Completed Tasks_" : ["%n 任务完成"], + "Add an important task to \"{calendar}\"…" : "添加重要任务到 \"{calendar}\" ...", + "Add a task due today to \"{calendar}\"…" : "添加今天截止的任务到 \"{calendar}\" ...", + "Add a current task to \"{calendar}\"…" : "添加当前任务到 \"{calendar}\" ...", + "Add a task to \"{calendar}\"…" : "添加任务到 \"{calendar}\" ...", "Tomorrow" : "明天", "Set start date" : "设置开始日期", "Set start time" : "设置开始时间", @@ -84,9 +92,16 @@ OC.L10N.register( "[Was due yesterday at] LT" : "[已截止于昨天的] LT", "[Was due on] LL [at] LT" : "[已截止于] LL [的] LT", "No priority assigned" : "未设置优先级", + "Priority {priority}: high" : "优先级 {priority}:高", + "Priority {priority}: medium" : "优先级 {priority}:中", + "Priority {priority}: low" : "优先级 {priority}:低", + "{percent} % completed" : "{percent} % 已完成", "When shared show full event" : "共享时显示完整事件", "When shared show only busy" : "共享时仅显示进行中的事件", "When shared hide this event" : "共享时隐藏本事件", + "Completed {date}" : "完成日期 {date}", + "Created {date}" : "创建日期 {date}", + "Last modified {date}" : "上一次更改 {date}", "Edit" : "编辑", "Copy private link" : "复制私人链接", "Copied" : "已复制", @@ -97,7 +112,9 @@ OC.L10N.register( "New List" : "新列表", "Calendar link copied to clipboard." : "日历链接已复制到剪贴板。", "Calendar link could not be copied to clipboard." : "日历链接无法复制到剪贴板。", + "The name \"{calendar}\" is already used." : "名称 \"{calendar}\" 已被使用。", "An empty name is not allowed." : "不允许使用空名称。", + "This will delete the calendar \"{calendar}\" and all corresponding events and tasks." : "此操作将删除日历\"{calendar}\"以及所有相应的事件和任务。", "_Shared with {num} entity_::_Shared with {num} entities_" : ["与 {num} 个实体共享"], "Settings" : "设置", "Default list" : "默认列表", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index e750a42e..1f62af31 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -17,8 +17,10 @@ "Cancel" : "取消", "Delete all completed tasks." : "删除所有已完成任务。", "Delete completed tasks." : "删除已完成任务。", + "Deleted all completed tasks from calendar \"{calendar}\"." : "从日历 \"{calendar}\" 中删除所有已完成任务。", "No errors" : "没有错误", "Open your browser console for more details" : "打开您的浏览器控制台以获取更多详细信息", + "_This will delete {taskCount} completed task and its subtasks from calendar \"{calendar}\"._::_This will delete {taskCount} completed tasks and their subtasks from calendar \"{calendar}\"._" : ["此操作将从日历 \"{calendar}\" 中删除 {taskCount} 个已完成任务及其子任务。"], "_Could not delete {failedCount} task._::_Could not delete {failedCount} tasks._" : ["无法删除 {failedCount} 个任务。"], "Load all completed tasks." : "载入所有已完成任务。", "Change sort order" : "更改排序", @@ -47,7 +49,13 @@ "[Yesterday]" : "[昨天]", "[Today]" : "[今天]", "[Tomorrow]" : "[明天]", + "Add a subtask to \"{task}\"…" : "添加子任务到 \"{task}\" ...", + "Add a task to \"{task}\"…" : "添加任务到 \"{task}\" ...", "_%n Completed Task_::_%n Completed Tasks_" : ["%n 任务完成"], + "Add an important task to \"{calendar}\"…" : "添加重要任务到 \"{calendar}\" ...", + "Add a task due today to \"{calendar}\"…" : "添加今天截止的任务到 \"{calendar}\" ...", + "Add a current task to \"{calendar}\"…" : "添加当前任务到 \"{calendar}\" ...", + "Add a task to \"{calendar}\"…" : "添加任务到 \"{calendar}\" ...", "Tomorrow" : "明天", "Set start date" : "设置开始日期", "Set start time" : "设置开始时间", @@ -82,9 +90,16 @@ "[Was due yesterday at] LT" : "[已截止于昨天的] LT", "[Was due on] LL [at] LT" : "[已截止于] LL [的] LT", "No priority assigned" : "未设置优先级", + "Priority {priority}: high" : "优先级 {priority}:高", + "Priority {priority}: medium" : "优先级 {priority}:中", + "Priority {priority}: low" : "优先级 {priority}:低", + "{percent} % completed" : "{percent} % 已完成", "When shared show full event" : "共享时显示完整事件", "When shared show only busy" : "共享时仅显示进行中的事件", "When shared hide this event" : "共享时隐藏本事件", + "Completed {date}" : "完成日期 {date}", + "Created {date}" : "创建日期 {date}", + "Last modified {date}" : "上一次更改 {date}", "Edit" : "编辑", "Copy private link" : "复制私人链接", "Copied" : "已复制", @@ -95,7 +110,9 @@ "New List" : "新列表", "Calendar link copied to clipboard." : "日历链接已复制到剪贴板。", "Calendar link could not be copied to clipboard." : "日历链接无法复制到剪贴板。", + "The name \"{calendar}\" is already used." : "名称 \"{calendar}\" 已被使用。", "An empty name is not allowed." : "不允许使用空名称。", + "This will delete the calendar \"{calendar}\" and all corresponding events and tasks." : "此操作将删除日历\"{calendar}\"以及所有相应的事件和任务。", "_Shared with {num} entity_::_Shared with {num} entities_" : ["与 {num} 个实体共享"], "Settings" : "设置", "Default list" : "默认列表",