Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins for ownCloud committed Mar 7, 2016
1 parent f2088ca commit c07b731
Show file tree
Hide file tree
Showing 58 changed files with 448 additions and 8 deletions.
13 changes: 13 additions & 0 deletions apps/comments/l10n/ko.js
@@ -1,8 +1,21 @@
OC.L10N.register(
"comments",
{
"<strong>Comments</strong> for files" : "파일에 <strong>댓글</strong> 남기기",
"%1$s commented" : "%1$s 님의 댓글",
"%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김",
"Comments" : "댓글",
"Type in a new comment..." : "새 댓글을 입력하십시오...",
"Delete comment" : "댓글 삭제",
"Post" : "게시",
"Cancel" : "취소",
"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;");
13 changes: 13 additions & 0 deletions apps/comments/l10n/ko.json
@@ -1,6 +1,19 @@
{ "translations": {
"<strong>Comments</strong> for files" : "파일에 <strong>댓글</strong> 남기기",
"%1$s commented" : "%1$s 님의 댓글",
"%1$s commented on %2$s" : "%2$s에 %1$s 님이 댓글 남김",
"Comments" : "댓글",
"Type in a new comment..." : "새 댓글을 입력하십시오...",
"Delete comment" : "댓글 삭제",
"Post" : "게시",
"Cancel" : "취소",
"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;"
}
12 changes: 12 additions & 0 deletions apps/comments/l10n/pl.js
@@ -1,9 +1,21 @@
OC.L10N.register(
"comments",
{
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
"%1$s commented" : "%1$s skomentował",
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
"Comments" : "Komentarze",
"Type in a new comment..." : "Wprowadź nowy komentarz...",
"Delete comment" : "Skasuj komentarz",
"Post" : "Zapisz",
"Cancel" : "Anuluj",
"Edit comment" : "Edytuj komentarz",
"[Deleted user]" : "[Usunięty użytkownik]",
"No other comments available" : "Nie ma więcej komentarzy",
"More comments..." : "Więcej komentarzy...",
"Save" : "Zapisz",
"Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
"Comment" : "Komentarz"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
12 changes: 12 additions & 0 deletions apps/comments/l10n/pl.json
@@ -1,7 +1,19 @@
{ "translations": {
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
"%1$s commented" : "%1$s skomentował",
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
"Comments" : "Komentarze",
"Type in a new comment..." : "Wprowadź nowy komentarz...",
"Delete comment" : "Skasuj komentarz",
"Post" : "Zapisz",
"Cancel" : "Anuluj",
"Edit comment" : "Edytuj komentarz",
"[Deleted user]" : "[Usunięty użytkownik]",
"No other comments available" : "Nie ma więcej komentarzy",
"More comments..." : "Więcej komentarzy...",
"Save" : "Zapisz",
"Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
"{count} unread comments" : "{count} nieprzeczytanych komentarzy",
"Comment" : "Komentarz"
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
15 changes: 14 additions & 1 deletion apps/comments/l10n/sr.js
@@ -1,8 +1,21 @@
OC.L10N.register(
"comments",
{
"Cancel" : "Одустани",
"<strong>Comments</strong> for files" : "<strong>Коментари</strong> фајлова",
"%1$s commented" : "%1$s коментариса",
"%1$s commented on %2$s" : "%1$s коментариса на %2$s",
"Comments" : "Коментари",
"Type in a new comment..." : "Укуцајте нови коментар...",
"Delete comment" : "Обриши коментар",
"Post" : "Објави",
"Cancel" : "Откажи",
"Edit comment" : "Уреди коментар",
"[Deleted user]" : "[Обрисан корисник]",
"No other comments available" : "Нема других коментара",
"More comments..." : "Још коментара...",
"Save" : "Сачувај",
"Allowed characters {count} of {max}" : "Дозвољених {count} знакова од {max}",
"{count} unread comments" : "{count} непрочитаних коментара",
"Comment" : "Коментар"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
15 changes: 14 additions & 1 deletion apps/comments/l10n/sr.json
@@ -1,6 +1,19 @@
{ "translations": {
"Cancel" : "Одустани",
"<strong>Comments</strong> for files" : "<strong>Коментари</strong> фајлова",
"%1$s commented" : "%1$s коментариса",
"%1$s commented on %2$s" : "%1$s коментариса на %2$s",
"Comments" : "Коментари",
"Type in a new comment..." : "Укуцајте нови коментар...",
"Delete comment" : "Обриши коментар",
"Post" : "Објави",
"Cancel" : "Откажи",
"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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}
2 changes: 2 additions & 0 deletions apps/encryption/l10n/ko.js
Expand Up @@ -25,6 +25,8 @@ OC.L10N.register(
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오",
"Encryption App is enabled and ready" : "암호화 앱이 활성화되었고 준비됨",
"Bad Signature" : "잘못된 서명",
"Missing Signature" : "서명 없음",
"one-time password for server-side-encryption" : "서버 측 암호화용 일회용 암호",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 읽을 수 없습니다. 공유된 파일이라면 파일 소유자에게 연락하여 다시 공유해 달라고 요청하십시오.",
Expand Down
2 changes: 2 additions & 0 deletions apps/encryption/l10n/ko.json
Expand Up @@ -23,6 +23,8 @@
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "암호화 앱의 개인 키가 잘못되었습니다. 암호화된 파일에 다시 접근하려면 개인 설정에서 개인 키 암호를 업데이트해야 합니다.",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "암호화 앱이 활성화되어 있지만 키가 초기화되지 않았습니다. 로그아웃한 후 다시 로그인하십시오",
"Encryption App is enabled and ready" : "암호화 앱이 활성화되었고 준비됨",
"Bad Signature" : "잘못된 서명",
"Missing Signature" : "서명 없음",
"one-time password for server-side-encryption" : "서버 측 암호화용 일회용 암호",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 복호화할 수 없습니다. 공유된 파일일 수도 있습니다. 파일 소유자에게 공유를 다시 요청하십시오.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "이 파일을 읽을 수 없습니다. 공유된 파일이라면 파일 소유자에게 연락하여 다시 공유해 달라고 요청하십시오.",
Expand Down
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/gl.js
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Invalid Federated Cloud ID" : "ID de nube federada incorrecto",
"Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Fallou a compartición de %s, non foi posíbel atopar %s,é probábel que o servidor non estea accesíbel."
},
"nplurals=2; plural=(n != 1);");
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/gl.json
@@ -1,6 +1,7 @@
{ "translations": {
"Invalid Federated Cloud ID" : "ID de nube federada incorrecto",
"Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Fallou a compartición de %s, non foi posíbel atopar %s,é probábel que o servidor non estea accesíbel."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/ko.js
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
"Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
"Not allowed to create a federated share with the same user" : "같은 사용자와 연합 공유를 만들 수 없음",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다."
},
"nplurals=1; plural=0;");
1 change: 1 addition & 0 deletions apps/federatedfilesharing/l10n/ko.json
@@ -1,6 +1,7 @@
{ "translations": {
"Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
"Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
"Not allowed to create a federated share with the same user" : "같은 사용자와 연합 공유를 만들 수 없음",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다."
},"pluralForm" :"nplurals=1; plural=0;"
}
6 changes: 5 additions & 1 deletion apps/federation/l10n/en_GB.js
Expand Up @@ -6,6 +6,10 @@ OC.L10N.register(
"No ownCloud server found" : "No ownCloud server found",
"Could not add server" : "Could not add server",
"Federation" : "Federation",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing."
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.",
"Add server automatically once a federated share was created successfully" : "Add server automatically once a federated share was created successfully",
"Trusted ownCloud Servers" : "Trusted ownCloud Servers",
"+ Add ownCloud server" : "+ Add ownCloud server",
"ownCloud Server" : "ownCloud Server"
},
"nplurals=2; plural=(n != 1);");
6 changes: 5 additions & 1 deletion apps/federation/l10n/en_GB.json
Expand Up @@ -4,6 +4,10 @@
"No ownCloud server found" : "No ownCloud server found",
"Could not add server" : "Could not add server",
"Federation" : "Federation",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing."
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.",
"Add server automatically once a federated share was created successfully" : "Add server automatically once a federated share was created successfully",
"Trusted ownCloud Servers" : "Trusted ownCloud Servers",
"+ Add ownCloud server" : "+ Add ownCloud server",
"ownCloud Server" : "ownCloud Server"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
3 changes: 3 additions & 0 deletions apps/federation/l10n/he.js
Expand Up @@ -7,6 +7,9 @@ OC.L10N.register(
"Could not add server" : "לא ניתן היה להוסיף שרת",
"Federation" : "איגוד",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
"Trusted ownCloud Servers" : "שרתי ownCloud אמינים",
"+ Add ownCloud server" : "+ הוספת שרת ownCloud",
"ownCloud Server" : "שרת ownCloud"
},
"nplurals=2; plural=(n != 1);");
3 changes: 3 additions & 0 deletions apps/federation/l10n/he.json
Expand Up @@ -5,6 +5,9 @@
"Could not add server" : "לא ניתן היה להוסיף שרת",
"Federation" : "איגוד",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "איגוד ownCloud מאפשר לך להתחבר לשרתי ownCloud מהימנים אחרים למטרת החלפת תיקיות משתמש. לדוגמא ניתן יהיה להשתמש בזה כדי להשלים באופן אוטומטי משתמשים חיצוניים לשיתוף מאוגד.",
"Add server automatically once a federated share was created successfully" : "הוספת שרת באופן אוטומטי לאחר יצירת שרת מאוגד",
"Trusted ownCloud Servers" : "שרתי ownCloud אמינים",
"+ Add ownCloud server" : "+ הוספת שרת ownCloud",
"ownCloud Server" : "שרת ownCloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
15 changes: 15 additions & 0 deletions apps/federation/l10n/ko.js
@@ -0,0 +1,15 @@
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "신뢰할 수 있는 ownCloud 목록에 서버 추가함",
"Server is already in the list of trusted servers." : "신뢰할 수 있는 서버 목록에 이미 추가되었습니다.",
"No ownCloud server found" : "ownCloud 서버를 찾을 수 없음",
"Could not add server" : "서버를 추가할 수 없음",
"Federation" : "연합 공유",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 연합 공유를 사용하면 다른 믿을 수 있는 ownCloud 서버와 사용자 디렉터리를 상호간 공유할 수 있습니다. 이 정보는 연합 공유 시 외부 사용자 자동 완성 등에 사용합니다.",
"Add server automatically once a federated share was created successfully" : "연합 공유를 생성했을 때 자동으로 서버 추가",
"Trusted ownCloud Servers" : "신뢰할 수 있는 ownCloud 서버",
"+ Add ownCloud server" : "+ ownCloud 서버 추가",
"ownCloud Server" : "ownCloud 서버"
},
"nplurals=1; plural=0;");
13 changes: 13 additions & 0 deletions apps/federation/l10n/ko.json
@@ -0,0 +1,13 @@
{ "translations": {
"Server added to the list of trusted ownClouds" : "신뢰할 수 있는 ownCloud 목록에 서버 추가함",
"Server is already in the list of trusted servers." : "신뢰할 수 있는 서버 목록에 이미 추가되었습니다.",
"No ownCloud server found" : "ownCloud 서버를 찾을 수 없음",
"Could not add server" : "서버를 추가할 수 없음",
"Federation" : "연합 공유",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud 연합 공유를 사용하면 다른 믿을 수 있는 ownCloud 서버와 사용자 디렉터리를 상호간 공유할 수 있습니다. 이 정보는 연합 공유 시 외부 사용자 자동 완성 등에 사용합니다.",
"Add server automatically once a federated share was created successfully" : "연합 공유를 생성했을 때 자동으로 서버 추가",
"Trusted ownCloud Servers" : "신뢰할 수 있는 ownCloud 서버",
"+ Add ownCloud server" : "+ ownCloud 서버 추가",
"ownCloud Server" : "ownCloud 서버"
},"pluralForm" :"nplurals=1; plural=0;"
}

0 comments on commit c07b731

Please sign in to comment.