diff --git a/l10n/pl.js b/l10n/pl.js index 3de3e189f..1b512c2b5 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -49,4 +49,4 @@ OC.L10N.register( "Move board to archive" : "Przesuń tablicę do archiwum", "Create a new board" : "Utwórz nową tablicę" }, -"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index e1a640e0c..0ff61ff6b 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -46,5 +46,5 @@ "Edit board" : "Edytuj tablicę", "Move board to archive" : "Przesuń tablicę do archiwum", "Create a new board" : "Utwórz nową tablicę" -},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index bdcfa4170..24cbf25f1 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -15,12 +15,14 @@ OC.L10N.register( "Delete" : "删除", "Enter a card title" : "输入卡片标题", "Sharing" : "分享", + "Tags" : "标签", "Select users or groups to share with" : "选择要共享的用户或组", "No matching user or group found." : "未找到匹配的用户或组。", "Share" : "分享", "Edit" : "编辑", "Manage" : "管理", "Discard share" : "取消分享", + "Create a new tag" : "创建新标签", "Members" : "会员", "Create new board" : "创建新面板", "New board title" : "新面板标题", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 54cec00d0..a0b23299e 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -13,12 +13,14 @@ "Delete" : "删除", "Enter a card title" : "输入卡片标题", "Sharing" : "分享", + "Tags" : "标签", "Select users or groups to share with" : "选择要共享的用户或组", "No matching user or group found." : "未找到匹配的用户或组。", "Share" : "分享", "Edit" : "编辑", "Manage" : "管理", "Discard share" : "取消分享", + "Create a new tag" : "创建新标签", "Members" : "会员", "Create new board" : "创建新面板", "New board title" : "新面板标题",