diff --git a/l10n/ar.js b/l10n/ar.js index 38d920294..2f03d4331 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -1,6 +1,8 @@ OC.L10N.register( "tables", { + "Select columns" : "حدد الأعمدة", + "e.g. 1,2,4 or leave empty" : "على سبيل المثال 1، 2، 4 أو اتركه فارغا", "Members" : "الاعضاء", "Customers" : "زبائن", "Date" : "التاريخ ", @@ -8,6 +10,7 @@ OC.L10N.register( "Body fat" : "دهون الجسم", "Comments" : "تعليقات", "Name" : "الاسم", + "Account manager" : "مدير الحسابات", "Description" : "الوصف", "Comment" : "تعليق", "Dog" : "كلب", @@ -66,6 +69,7 @@ OC.L10N.register( "Sharing" : "المشاركة", "Read" : "القراءة", "Update" : "تحديث", + "Manage" : "يدير", "Error" : "خطأ", "Search" : "البحث", "Bold" : "غامق", diff --git a/l10n/ar.json b/l10n/ar.json index ff2688580..fd8f85a51 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -1,4 +1,6 @@ { "translations": { + "Select columns" : "حدد الأعمدة", + "e.g. 1,2,4 or leave empty" : "على سبيل المثال 1، 2، 4 أو اتركه فارغا", "Members" : "الاعضاء", "Customers" : "زبائن", "Date" : "التاريخ ", @@ -6,6 +8,7 @@ "Body fat" : "دهون الجسم", "Comments" : "تعليقات", "Name" : "الاسم", + "Account manager" : "مدير الحسابات", "Description" : "الوصف", "Comment" : "تعليق", "Dog" : "كلب", @@ -64,6 +67,7 @@ "Sharing" : "المشاركة", "Read" : "القراءة", "Update" : "تحديث", + "Manage" : "يدير", "Error" : "خطأ", "Search" : "البحث", "Bold" : "غامق", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 0c0907e4c..56cc75820 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -1,21 +1,53 @@ OC.L10N.register( "tables", { + "Nextcloud tables" : "Nextcloud 表", + "Select table" : "选择表", "Select columns" : "选择列", "e.g. 1,2,4 or leave empty" : "如,1,2,4 或留空", + "_%n row_::_%n rows_" : ["%n的行"], + "This column was automatically created by the import service." : "此列由导入服务自动创建。", + "Tutorial" : "教程", "ToDo list" : "待办事项列表", + "Setup a simple todo-list." : "创建一个简单的待办列表。", "Members" : "成员", + "List of members with some basic attributes." : "带有一些基本属性的成员名单。", "Customers" : "顾客", + "Manage your customers." : "管理你的客户。", + "Vacation requests" : "假期申请", + "Use this table to collect and manage vacation requests." : "使用此表来收集和管理假期请求。", + "Weight tracking" : "体重追踪", + "Track your weight and other health measures." : "追踪您的体重和其他健康指标。", "Date" : "日期", "Weight" : "体重", "Body fat" : "体脂", + "Feeling over all" : "整体感受", "Comments" : "评论", + "feel sick" : "感到不适", + "party-time" : "聚会时间", "Name" : "名称", "Account manager" : "账号管理器", + "Contract type" : "合约类型", + "Contract start" : "合约开始", + "Contract end" : "合约结束", "Description" : "描述", + "Contact information" : "合约信息", + "Quality of relationship" : "关系质量", "Comment" : "备注", "Dog" : "狗", + "Dog food every week" : "每周狗粮", + "The dog is our best friend." : "狗是我们最好的朋友。", + "Standard, SLA Level 2" : "标准,SLA等级2", + "Likes treats" : "喜欢零食", "Cat" : "猫", + "Cat food every week" : "每周猫粮", + "The cat is also our best friend." : "猫也是我们最好的朋友。", + "Standard, SLA Level 1" : "标准,SLA等级1", + "New customer, let's see if there is more." : "新客户,看看还有没有更多。", + "Horse" : "马", + "Hay and straw" : "干草和稻草", + "Summer only" : "仅限夏季", + "Special" : "特别", "from" : "发件人", "to" : "到", "Approved" : "已批准", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 60e255856..1e3bd4b46 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -1,19 +1,51 @@ { "translations": { + "Nextcloud tables" : "Nextcloud 表", + "Select table" : "选择表", "Select columns" : "选择列", "e.g. 1,2,4 or leave empty" : "如,1,2,4 或留空", + "_%n row_::_%n rows_" : ["%n的行"], + "This column was automatically created by the import service." : "此列由导入服务自动创建。", + "Tutorial" : "教程", "ToDo list" : "待办事项列表", + "Setup a simple todo-list." : "创建一个简单的待办列表。", "Members" : "成员", + "List of members with some basic attributes." : "带有一些基本属性的成员名单。", "Customers" : "顾客", + "Manage your customers." : "管理你的客户。", + "Vacation requests" : "假期申请", + "Use this table to collect and manage vacation requests." : "使用此表来收集和管理假期请求。", + "Weight tracking" : "体重追踪", + "Track your weight and other health measures." : "追踪您的体重和其他健康指标。", "Date" : "日期", "Weight" : "体重", "Body fat" : "体脂", + "Feeling over all" : "整体感受", "Comments" : "评论", + "feel sick" : "感到不适", + "party-time" : "聚会时间", "Name" : "名称", "Account manager" : "账号管理器", + "Contract type" : "合约类型", + "Contract start" : "合约开始", + "Contract end" : "合约结束", "Description" : "描述", + "Contact information" : "合约信息", + "Quality of relationship" : "关系质量", "Comment" : "备注", "Dog" : "狗", + "Dog food every week" : "每周狗粮", + "The dog is our best friend." : "狗是我们最好的朋友。", + "Standard, SLA Level 2" : "标准,SLA等级2", + "Likes treats" : "喜欢零食", "Cat" : "猫", + "Cat food every week" : "每周猫粮", + "The cat is also our best friend." : "猫也是我们最好的朋友。", + "Standard, SLA Level 1" : "标准,SLA等级1", + "New customer, let's see if there is more." : "新客户,看看还有没有更多。", + "Horse" : "马", + "Hay and straw" : "干草和稻草", + "Summer only" : "仅限夏季", + "Special" : "特别", "from" : "发件人", "to" : "到", "Approved" : "已批准",