diff --git a/l10n/eu.js b/l10n/eu.js index 61a890f48..1c718fe0e 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -55,8 +55,14 @@ OC.L10N.register( "Cannot leave this circle" : "Ezin zara zirkulu honetatik atera", "You have deleted this circle" : "Zirkulu hau ezabatu duzu", "Cannot delete this circle" : "Ezin da zirkulu hau ezabatu", + "Issue while retrieving the details of this circle" : "Arazoa zirkulu honen zehaztapenak jasotzean ", + "Issue while retrieving the list of circles" : "Arazoa zirkulu zerrenda jasotzeko orduan", + "The status of the link could not be updated" : "Estekaren egoera ezin izan da eguneratu", + "The status of the link has been updated" : "Estekaren egoera eguneratu egin da", "Local User" : "Erabiltzaile lokala", "Local Group" : "Talde lokala", + "The member '{name}' was added to the circle" : "'{name}' kidea zirkulura gehitu da", + "The member '{name}' could not be added to the circle" : "'{name}' kidea ezin izan da zirkulura gehitu", "Issue while saving settings" : "Arazoa ezarpenak gordetzean", "Settings saved." : "Ezarpenak gordeta.", "Circles" : "Zirkuluak", diff --git a/l10n/eu.json b/l10n/eu.json index dde35bc04..1b0acc705 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -53,8 +53,14 @@ "Cannot leave this circle" : "Ezin zara zirkulu honetatik atera", "You have deleted this circle" : "Zirkulu hau ezabatu duzu", "Cannot delete this circle" : "Ezin da zirkulu hau ezabatu", + "Issue while retrieving the details of this circle" : "Arazoa zirkulu honen zehaztapenak jasotzean ", + "Issue while retrieving the list of circles" : "Arazoa zirkulu zerrenda jasotzeko orduan", + "The status of the link could not be updated" : "Estekaren egoera ezin izan da eguneratu", + "The status of the link has been updated" : "Estekaren egoera eguneratu egin da", "Local User" : "Erabiltzaile lokala", "Local Group" : "Talde lokala", + "The member '{name}' was added to the circle" : "'{name}' kidea zirkulura gehitu da", + "The member '{name}' could not be added to the circle" : "'{name}' kidea ezin izan da zirkulura gehitu", "Issue while saving settings" : "Arazoa ezarpenak gordetzean", "Settings saved." : "Ezarpenak gordeta.", "Circles" : "Zirkuluak", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 79f4856cf..57e898840 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -250,7 +250,7 @@ OC.L10N.register( "Personal circles" : "个人圈子", "Public circles" : "公共圈子", "Closed circles" : "封闭的圈子", - "Secret circles" : "秘密圈", + "Secret circles" : "私密圈子", "All circles" : "所有的圈子", "Search circles" : "搜索圈子", "No filter" : "没有过滤器", @@ -260,9 +260,9 @@ OC.L10N.register( "Settings" : "设置", "Pending invitation to join this circle" : "等待加入这个圈子的邀请", "You have a pending request to join this circle" : "您有一个未决请求加入此圈子", - "Add a member" : "加一个成员", + "Add a member" : "添加一个成员", "Link a group" : "链接一个组", - "Link a circle" : "圈子链接", + "Link a circle" : "链接一个圈子", "Join this circle" : "加入这个圈子", "Delete circle" : "删除圈子", "Edit circle" : "编辑圈子", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 92603cce0..c5e7938b1 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -248,7 +248,7 @@ "Personal circles" : "个人圈子", "Public circles" : "公共圈子", "Closed circles" : "封闭的圈子", - "Secret circles" : "秘密圈", + "Secret circles" : "私密圈子", "All circles" : "所有的圈子", "Search circles" : "搜索圈子", "No filter" : "没有过滤器", @@ -258,9 +258,9 @@ "Settings" : "设置", "Pending invitation to join this circle" : "等待加入这个圈子的邀请", "You have a pending request to join this circle" : "您有一个未决请求加入此圈子", - "Add a member" : "加一个成员", + "Add a member" : "添加一个成员", "Link a group" : "链接一个组", - "Link a circle" : "圈子链接", + "Link a circle" : "链接一个圈子", "Join this circle" : "加入这个圈子", "Delete circle" : "删除圈子", "Edit circle" : "编辑圈子",