diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-02 01:55:25 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-02 01:55:25 -0400 |
commit | deca08a6833646028e995df7e090edb025d2bc13 (patch) | |
tree | fcf78eec9195a1410530ea97e2037ab9631a79f4 /apps/comments | |
parent | 8d11c3b87b07d47251e286b7b3b597ddf969a729 (diff) | |
download | nextcloud-server-deca08a6833646028e995df7e090edb025d2bc13.tar.gz nextcloud-server-deca08a6833646028e995df7e090edb025d2bc13.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/es.js | 2 | ||||
-rw-r--r-- | apps/comments/l10n/es.json | 2 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.js | 18 | ||||
-rw-r--r-- | apps/comments/l10n/zh_TW.json | 18 |
4 files changed, 38 insertions, 2 deletions
diff --git a/apps/comments/l10n/es.js b/apps/comments/l10n/es.js index 23716ca5757..02e45762e09 100644 --- a/apps/comments/l10n/es.js +++ b/apps/comments/l10n/es.js @@ -2,7 +2,9 @@ OC.L10N.register( "comments", { "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos", + "You commented" : "Has comentado", "%1$s commented" : "%1$s comentados", + "You commented on %2$s" : "Has comentado en %2$s", "%1$s commented on %2$s" : "%1$s comentados en %2$s", "Comments" : "Comentarios", "Type in a new comment..." : "Ingrese un nuevo comentario...", diff --git a/apps/comments/l10n/es.json b/apps/comments/l10n/es.json index cc3e1781299..232fea3a18b 100644 --- a/apps/comments/l10n/es.json +++ b/apps/comments/l10n/es.json @@ -1,6 +1,8 @@ { "translations": { "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> en archivos", + "You commented" : "Has comentado", "%1$s commented" : "%1$s comentados", + "You commented on %2$s" : "Has comentado en %2$s", "%1$s commented on %2$s" : "%1$s comentados en %2$s", "Comments" : "Comentarios", "Type in a new comment..." : "Ingrese un nuevo comentario...", diff --git a/apps/comments/l10n/zh_TW.js b/apps/comments/l10n/zh_TW.js index 65cddd342ca..41c0dd4b0f2 100644 --- a/apps/comments/l10n/zh_TW.js +++ b/apps/comments/l10n/zh_TW.js @@ -1,7 +1,23 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You commented" : "您留言", + "%1$s commented" : "%1$s 留言", + "You commented on %2$s" : "您對 %2$s 留言", + "%1$s commented on %2$s" : "%1$s 對 %2$s 留言", + "Comments" : "留言", + "Type in a new comment..." : "輸入新留言…", + "Delete comment" : "刪除留言", + "Post" : "送出", "Cancel" : "取消", - "Save" : "儲存" + "Edit comment" : "編輯留言", + "[Deleted user]" : "[已刪除的使用者]", + "No other comments available" : "沒有其他留言", + "More comments..." : "更多留言…", + "Save" : "儲存", + "Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}", + "{count} unread comments" : "{count} 則未讀留言", + "Comment" : "留言" }, "nplurals=1; plural=0;"); diff --git a/apps/comments/l10n/zh_TW.json b/apps/comments/l10n/zh_TW.json index 4da0032a014..7fe1b0fb1fa 100644 --- a/apps/comments/l10n/zh_TW.json +++ b/apps/comments/l10n/zh_TW.json @@ -1,5 +1,21 @@ { "translations": { + "<strong>Comments</strong> for files" : "檔案的<strong>留言</strong>", + "You commented" : "您留言", + "%1$s commented" : "%1$s 留言", + "You commented on %2$s" : "您對 %2$s 留言", + "%1$s commented on %2$s" : "%1$s 對 %2$s 留言", + "Comments" : "留言", + "Type in a new comment..." : "輸入新留言…", + "Delete comment" : "刪除留言", + "Post" : "送出", "Cancel" : "取消", - "Save" : "儲存" + "Edit comment" : "編輯留言", + "[Deleted user]" : "[已刪除的使用者]", + "No other comments available" : "沒有其他留言", + "More comments..." : "更多留言…", + "Save" : "儲存", + "Allowed characters {count} of {max}" : "已輸入 {count} / 長度限制 {max}", + "{count} unread comments" : "{count} 則未讀留言", + "Comment" : "留言" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |