diff --git a/l10n/hr.js b/l10n/hr.js index a27bbe406..95429b36e 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -108,7 +108,12 @@ OC.L10N.register( "Link to card" : "Poveznica na karticu", "Cancel" : "Odustani", "File already exists" : "Datoteka već postoji", + "A file with the name {filename} already exists." : "Datoteka s nazivom {filename} već postoji.", "Do you want to overwrite it?" : "Želite li prepisati?", + "Overwrite file" : "Prepiši datoteku", + "Keep existing file" : "Zadrži postojeću datoteku", + "This board is read only" : "Ova je ploča samo za čitanje", + "Drop your files to upload" : "Ispustite datoteke za otpremu", "Add new list" : "Dodaj novi popis", "List name" : "Naziv popisa", "Apply filter" : "Primijeni filtar", @@ -161,10 +166,13 @@ OC.L10N.register( "Modified" : "Promijenjeno", "Created" : "Stvoreno", "Upload attachment" : "Otpremi privitak", + "Delete Attachment" : "Izbriši privitak", + "Restore Attachment" : "Vrati privitak", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "Save" : "Spremi", "The comment cannot be empty." : "Komentar ne može biti prazan.", "The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.", + "In reply to" : "Kao odgovor", "Reply" : "Odgovori", "Update" : "Ažuriraj", "seconds ago" : "prije nekoliko sekundi", @@ -188,6 +196,7 @@ OC.L10N.register( "Board details" : "Pojedinosti o ploči", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", + "Something went wrong" : "Nešto je pošlo po krivu", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/l10n/hr.json b/l10n/hr.json index 933c21325..f00fb3283 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -106,7 +106,12 @@ "Link to card" : "Poveznica na karticu", "Cancel" : "Odustani", "File already exists" : "Datoteka već postoji", + "A file with the name {filename} already exists." : "Datoteka s nazivom {filename} već postoji.", "Do you want to overwrite it?" : "Želite li prepisati?", + "Overwrite file" : "Prepiši datoteku", + "Keep existing file" : "Zadrži postojeću datoteku", + "This board is read only" : "Ova je ploča samo za čitanje", + "Drop your files to upload" : "Ispustite datoteke za otpremu", "Add new list" : "Dodaj novi popis", "List name" : "Naziv popisa", "Apply filter" : "Primijeni filtar", @@ -159,10 +164,13 @@ "Modified" : "Promijenjeno", "Created" : "Stvoreno", "Upload attachment" : "Otpremi privitak", + "Delete Attachment" : "Izbriši privitak", + "Restore Attachment" : "Vrati privitak", "No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!", "Save" : "Spremi", "The comment cannot be empty." : "Komentar ne može biti prazan.", "The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.", + "In reply to" : "Kao odgovor", "Reply" : "Odgovori", "Update" : "Ažuriraj", "seconds ago" : "prije nekoliko sekundi", @@ -186,6 +194,7 @@ "Board details" : "Pojedinosti o ploči", "Link to a board" : "Poveznica na ploču", "Link to a card" : "Poveznica na karticu", + "Something went wrong" : "Nešto je pošlo po krivu", "Maximum file size of {size} exceeded" : "Prekoračena je maksimalna veličina datoteke od {size}" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index b665875e6..3942dc261 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -108,7 +108,11 @@ OC.L10N.register( "Link to card" : "链接到卡片", "Cancel" : "取消", "File already exists" : "文件已存在", + "A file with the name {filename} already exists." : "使用文件名 {filename} 的文件已存在。", "Do you want to overwrite it?" : "您确定要覆盖吗?", + "Overwrite file" : "覆盖文件", + "Keep existing file" : "保持已存在的文件", + "Drop your files to upload" : "拖放您的文件以上传", "Add new list" : "添加新的列表", "List name" : "列表名称", "Apply filter" : "应用过滤器", @@ -161,10 +165,13 @@ OC.L10N.register( "Modified" : "已修改", "Created" : "已创建", "Upload attachment" : "上传附件", + "Delete Attachment" : "删除附件", + "Restore Attachment" : "恢复附件", "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "Save" : "保存", "The comment cannot be empty." : "注释不能为空。", "The comment cannot be longer than 1000 characters." : "注释不能超过 1000 个字符。", + "In reply to" : "回复", "Reply" : "回复", "Update" : "更新", "seconds ago" : "几秒前", @@ -188,6 +195,7 @@ OC.L10N.register( "Board details" : "面板详情", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", + "Something went wrong" : "有地方出错了", "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index ab5a38781..a2646c869 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -106,7 +106,11 @@ "Link to card" : "链接到卡片", "Cancel" : "取消", "File already exists" : "文件已存在", + "A file with the name {filename} already exists." : "使用文件名 {filename} 的文件已存在。", "Do you want to overwrite it?" : "您确定要覆盖吗?", + "Overwrite file" : "覆盖文件", + "Keep existing file" : "保持已存在的文件", + "Drop your files to upload" : "拖放您的文件以上传", "Add new list" : "添加新的列表", "List name" : "列表名称", "Apply filter" : "应用过滤器", @@ -159,10 +163,13 @@ "Modified" : "已修改", "Created" : "已创建", "Upload attachment" : "上传附件", + "Delete Attachment" : "删除附件", + "Restore Attachment" : "恢复附件", "No comments yet. Begin the discussion!" : "还没有评论。 开始讨论吧!", "Save" : "保存", "The comment cannot be empty." : "注释不能为空。", "The comment cannot be longer than 1000 characters." : "注释不能超过 1000 个字符。", + "In reply to" : "回复", "Reply" : "回复", "Update" : "更新", "seconds ago" : "几秒前", @@ -186,6 +193,7 @@ "Board details" : "面板详情", "Link to a board" : "链接到一个面板", "Link to a card" : "链接到一张卡片", + "Something went wrong" : "有地方出错了", "Maximum file size of {size} exceeded" : "文件大小 {size} 超出最大限制" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file