diff --git a/l10n/ja.js b/l10n/ja.js index 7bba4c5..6b768a3 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -35,6 +35,7 @@ OC.L10N.register( "Duplicate" : "複製", "Delete" : "削除", "Edit" : "編集", - "Delete task" : "タスクを削除" + "Delete task" : "タスクを削除", + "Task successfully deleted" : "タスクは正常に削除されました。" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index 01a5b51..e169c51 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -33,6 +33,7 @@ "Duplicate" : "複製", "Delete" : "削除", "Edit" : "編集", - "Delete task" : "タスクを削除" + "Delete task" : "タスクを削除", + "Task successfully deleted" : "タスクは正常に削除されました。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 026773c..88c7b79 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -133,6 +133,8 @@ OC.L10N.register( "Some error occurred while updating settings" : "更新设置时发生了错误", "The photo and video hashes will be cleaned before hashing algorithm is changed.\nContinue?" : "哈希算法修改后,图片和视频的哈希值将被清除。\n继续该操作吗?", "Hashing algorithm successfully updated" : "哈希算法已更新", + "An error occurred while updating setting. Try again" : "更新设置时出现错误。请重试", + "Some error occurred while changing hashing algorithm" : "修改哈希算法时出现错误", "Collect non sensitive system info for bug report" : "为Bug反馈收集非敏感的系统信息", "Collect system info" : "收集系统信息", "System info" : "系统信息", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 7e16a05..117de08 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -131,6 +131,8 @@ "Some error occurred while updating settings" : "更新设置时发生了错误", "The photo and video hashes will be cleaned before hashing algorithm is changed.\nContinue?" : "哈希算法修改后,图片和视频的哈希值将被清除。\n继续该操作吗?", "Hashing algorithm successfully updated" : "哈希算法已更新", + "An error occurred while updating setting. Try again" : "更新设置时出现错误。请重试", + "Some error occurred while changing hashing algorithm" : "修改哈希算法时出现错误", "Collect non sensitive system info for bug report" : "为Bug反馈收集非敏感的系统信息", "Collect system info" : "收集系统信息", "System info" : "系统信息",