diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-07 01:55:48 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-07 01:55:48 -0500 |
commit | 27dfa74d89c7c7b68f606172bf8a0275d6e81329 (patch) | |
tree | e6abfa60712bc739ccd2e0f6465d3edbb9054fbb /apps | |
parent | d3922510d01fb5feed3ea01a3d390dfaa8b1312f (diff) | |
download | nextcloud-server-27dfa74d89c7c7b68f606172bf8a0275d6e81329.tar.gz nextcloud-server-27dfa74d89c7c7b68f606172bf8a0275d6e81329.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/l10n/he.js | 7 | ||||
-rw-r--r-- | apps/encryption/l10n/he.json | 5 | ||||
-rw-r--r-- | apps/files/l10n/he.js | 11 | ||||
-rw-r--r-- | apps/files/l10n/he.json | 11 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/ja.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.js | 11 | ||||
-rw-r--r-- | apps/files_external/l10n/ru.json | 11 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/he.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/he.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/he.js | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/he.json | 6 | ||||
-rw-r--r-- | apps/user_ldap/l10n/he.js | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/he.json | 2 |
16 files changed, 78 insertions, 0 deletions
diff --git a/apps/encryption/l10n/he.js b/apps/encryption/l10n/he.js new file mode 100644 index 00000000000..c3c968eee2c --- /dev/null +++ b/apps/encryption/l10n/he.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "encryption", + { + "Cheers!" : "לחיים!", + "Disabled" : "מנוטרל" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/encryption/l10n/he.json b/apps/encryption/l10n/he.json new file mode 100644 index 00000000000..44ed9b19997 --- /dev/null +++ b/apps/encryption/l10n/he.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cheers!" : "לחיים!", + "Disabled" : "מנוטרל" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/files/l10n/he.js b/apps/files/l10n/he.js index 389fe8e4d2c..1cd0ff6303d 100644 --- a/apps/files/l10n/he.js +++ b/apps/files/l10n/he.js @@ -14,6 +14,7 @@ OC.L10N.register( "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", "Invalid directory." : "תיקייה שגויה.", "Files" : "קבצים", + "All files" : "כל הקבצים", "Favorites" : "מועדפים", "Home" : "בית", "Close" : "סגירה", @@ -24,15 +25,20 @@ OC.L10N.register( "Download" : "הורדה", "Rename" : "שינוי שם", "Delete" : "מחיקה", + "Unshare" : "הסר שיתוף", "Details" : "פרטים", "Select" : "בחר", "Pending" : "ממתין", + "This operation is forbidden" : "פעולה זו אסורה", + "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל", "Name" : "שם", "Size" : "גודל", "Modified" : "זמן שינוי", "New" : "חדש", "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק", "Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", + "Path" : "נתיב", + "Favorited" : "מועדף", "Favorite" : "מועדף", "Folder" : "תיקייה", "New folder" : "תיקייה חדשה", @@ -52,12 +58,17 @@ OC.L10N.register( "Maximum upload size" : "גודל העלאה מקסימלי", "max. possible: " : "המרבי האפשרי: ", "Save" : "שמירה", + "Missing permissions to edit from here." : "חסרות הרשאות לעריכה מכאן.", "Settings" : "הגדרות", "WebDAV" : "WebDAV", "Cancel upload" : "ביטול ההעלאה", + "No files in here" : "אין כאן קבצים", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Select all" : "לבחור הכול", "Upload too large" : "העלאה גדולה מידי", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", "Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין.", + "No favorites" : "אין מועדפים", "Text file" : "קובץ טקסט" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/he.json b/apps/files/l10n/he.json index c4866aea3c0..8d9b8fc47f9 100644 --- a/apps/files/l10n/he.json +++ b/apps/files/l10n/he.json @@ -12,6 +12,7 @@ "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", "Invalid directory." : "תיקייה שגויה.", "Files" : "קבצים", + "All files" : "כל הקבצים", "Favorites" : "מועדפים", "Home" : "בית", "Close" : "סגירה", @@ -22,15 +23,20 @@ "Download" : "הורדה", "Rename" : "שינוי שם", "Delete" : "מחיקה", + "Unshare" : "הסר שיתוף", "Details" : "פרטים", "Select" : "בחר", "Pending" : "ממתין", + "This operation is forbidden" : "פעולה זו אסורה", + "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל", "Name" : "שם", "Size" : "גודל", "Modified" : "זמן שינוי", "New" : "חדש", "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק", "Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", + "Path" : "נתיב", + "Favorited" : "מועדף", "Favorite" : "מועדף", "Folder" : "תיקייה", "New folder" : "תיקייה חדשה", @@ -50,12 +56,17 @@ "Maximum upload size" : "גודל העלאה מקסימלי", "max. possible: " : "המרבי האפשרי: ", "Save" : "שמירה", + "Missing permissions to edit from here." : "חסרות הרשאות לעריכה מכאן.", "Settings" : "הגדרות", "WebDAV" : "WebDAV", "Cancel upload" : "ביטול ההעלאה", + "No files in here" : "אין כאן קבצים", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Select all" : "לבחור הכול", "Upload too large" : "העלאה גדולה מידי", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", "Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין.", + "No favorites" : "אין מועדפים", "Text file" : "קובץ טקסט" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index d99eca69d2b..2d431342411 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -43,6 +43,7 @@ OC.L10N.register( "There was an error with message: " : "メッセージ付きのエラーが発生しました:", "External mount error" : "外部マウントエラー", "goto-external-storage" : "外部ストレージに行く", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました", "Access key" : "アクセスキー", "Secret key" : "シークレットキー", "Builtin" : "ビルトイン", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index 2675c3e18e5..36360f75a41 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -41,6 +41,7 @@ "There was an error with message: " : "メッセージ付きのエラーが発生しました:", "External mount error" : "外部マウントエラー", "goto-external-storage" : "外部ストレージに行く", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Windows ネットワークドライブのマウントポイントリストを取得出来ませんでした:サーバーから空の応答がありました", "Access key" : "アクセスキー", "Secret key" : "シークレットキー", "Builtin" : "ビルトイン", diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 6fbfe273557..2beb17d3001 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -17,6 +17,7 @@ OC.L10N.register( "Unsatisfied backend parameters" : "Недопустимые настройки бэкенда", "Unsatisfied authentication mechanism parameters" : "Недопустимые настройки механизма авторизации", "Insufficient data: %s" : "Недостаточно данных: %s", + "%s" : "%s", "Personal" : "Личное", "System" : "Система", "Grant access" : "Предоставить доступ", @@ -33,7 +34,17 @@ OC.L10N.register( "Every time the filesystem is used" : "Каждый раз при обращении к файловой системе", "All users. Type to select user or group." : "Все пользователи. Введите имя пользователя или группы.", "(group)" : "(группа)", + "Admin defined" : "Админ определен", "Saved" : "Сохранено", + "Empty response from the server" : "Пустой ответ от сервера", + "Couldn't access. Please logout and login to activate this mount point" : "Не удалось получить доступ. Пожалуйста, выйти и войдите чтобы активировать эту точку монтирования", + "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера OwnCloud: {code} {type}", + "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}", + "There was an error with message: " : "Обнаружена ошибка в сообщении:", + "External mount error" : "Ошибка внешнего монтажа", + "goto-external-storage" : "goto-external-storage", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Не удалось получить список окон сетевого диска точки монтирования: пустой ответ от сервера", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Некоторые из настроенных внешних точек монтирования не подключены. Для получения дополнительной информации, пожалуйста нажмите на красную строку (ы)", "Access key" : "Ключ доступа", "Secret key" : "Секретный ключ", "Builtin" : "Встроенный", diff --git a/apps/files_external/l10n/ru.json b/apps/files_external/l10n/ru.json index 12a62259f50..7366aa01246 100644 --- a/apps/files_external/l10n/ru.json +++ b/apps/files_external/l10n/ru.json @@ -15,6 +15,7 @@ "Unsatisfied backend parameters" : "Недопустимые настройки бэкенда", "Unsatisfied authentication mechanism parameters" : "Недопустимые настройки механизма авторизации", "Insufficient data: %s" : "Недостаточно данных: %s", + "%s" : "%s", "Personal" : "Личное", "System" : "Система", "Grant access" : "Предоставить доступ", @@ -31,7 +32,17 @@ "Every time the filesystem is used" : "Каждый раз при обращении к файловой системе", "All users. Type to select user or group." : "Все пользователи. Введите имя пользователя или группы.", "(group)" : "(группа)", + "Admin defined" : "Админ определен", "Saved" : "Сохранено", + "Empty response from the server" : "Пустой ответ от сервера", + "Couldn't access. Please logout and login to activate this mount point" : "Не удалось получить доступ. Пожалуйста, выйти и войдите чтобы активировать эту точку монтирования", + "Couldn't get the information from the ownCloud server: {code} {type}" : "Не удалось получить информацию от сервера OwnCloud: {code} {type}", + "Couldn't get the list of external mount points: {type}" : "Не удалось получить список внешних точек монтирования: {type}", + "There was an error with message: " : "Обнаружена ошибка в сообщении:", + "External mount error" : "Ошибка внешнего монтажа", + "goto-external-storage" : "goto-external-storage", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Не удалось получить список окон сетевого диска точки монтирования: пустой ответ от сервера", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Некоторые из настроенных внешних точек монтирования не подключены. Для получения дополнительной информации, пожалуйста нажмите на красную строку (ы)", "Access key" : "Ключ доступа", "Secret key" : "Секретный ключ", "Builtin" : "Встроенный", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 9d26127d472..bdf8ee8224a 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.", + "Not allowed to create a federated share with the same user server" : "Non autorisé à créer un partage fédéré avec un utilisateur du même serveur", "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable", "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 0f1edc51dc7..6d30043fb84 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -1,6 +1,7 @@ { "translations": { "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.", + "Not allowed to create a federated share with the same user server" : "Non autorisé à créer un partage fédéré avec un utilisateur du même serveur", "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable", "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index a9292dc8206..0c43c0a7b3b 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -11,6 +11,7 @@ OC.L10N.register( "You shared %1$s via link" : "שיתפת %1$s על בסיס קישור", "Shares" : "שיתופים", "Password" : "סיסמא", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Name" : "שם", "Download" : "הורדה" }, diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 9f9ab2593f2..344f6a32f13 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -9,6 +9,7 @@ "You shared %1$s via link" : "שיתפת %1$s על בסיס קישור", "Shares" : "שיתופים", "Password" : "סיסמא", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Name" : "שם", "Download" : "הורדה" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_trashbin/l10n/he.js b/apps/files_trashbin/l10n/he.js index e63798008b5..e2104b9b570 100644 --- a/apps/files_trashbin/l10n/he.js +++ b/apps/files_trashbin/l10n/he.js @@ -8,7 +8,13 @@ OC.L10N.register( "Delete" : "מחיקה", "Delete permanently" : "מחיקה לצמיתות", "Error" : "שגיאה", + "This operation is forbidden" : "פעולה זו אסורה", + "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל", "restored" : "שוחזר", + "No deleted files" : "אין קבצים שנמחקו", + "You will be able to recover deleted files from here" : "ניתן לבטל מחיקת קבצים מכאן", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Select all" : "לבחור הכול", "Name" : "שם", "Deleted" : "נמחק" }, diff --git a/apps/files_trashbin/l10n/he.json b/apps/files_trashbin/l10n/he.json index 1f65ace6a90..c76079b0d34 100644 --- a/apps/files_trashbin/l10n/he.json +++ b/apps/files_trashbin/l10n/he.json @@ -6,7 +6,13 @@ "Delete" : "מחיקה", "Delete permanently" : "מחיקה לצמיתות", "Error" : "שגיאה", + "This operation is forbidden" : "פעולה זו אסורה", + "This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל", "restored" : "שוחזר", + "No deleted files" : "אין קבצים שנמחקו", + "You will be able to recover deleted files from here" : "ניתן לבטל מחיקת קבצים מכאן", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", + "Select all" : "לבחור הכול", "Name" : "שם", "Deleted" : "נמחק" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js index 1baa1d43a66..63bf0ebac8c 100644 --- a/apps/user_ldap/l10n/he.js +++ b/apps/user_ldap/l10n/he.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Do you really want to delete the current Server Configuration?" : "האם אכן למחוק את הגדרות השרת הנוכחיות?", "Confirm Deletion" : "אישור המחיקה", + "Server" : "שרת", "Users" : "משתמשים", "Groups" : "קבוצות", "Help" : "עזרה", @@ -12,6 +13,7 @@ OC.L10N.register( "Password" : "סיסמא", "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", "Back" : "אחורה", + "Continue" : "המשך", "Advanced" : "מתקדם", "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", "in bytes" : "בבתים" diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json index 77ef6d25887..9265e86df5f 100644 --- a/apps/user_ldap/l10n/he.json +++ b/apps/user_ldap/l10n/he.json @@ -1,6 +1,7 @@ { "translations": { "Do you really want to delete the current Server Configuration?" : "האם אכן למחוק את הגדרות השרת הנוכחיות?", "Confirm Deletion" : "אישור המחיקה", + "Server" : "שרת", "Users" : "משתמשים", "Groups" : "קבוצות", "Help" : "עזרה", @@ -10,6 +11,7 @@ "Password" : "סיסמא", "For anonymous access, leave DN and Password empty." : "לגישה אנונימית, השאר את הDM והסיסמא ריקים.", "Back" : "אחורה", + "Continue" : "המשך", "Advanced" : "מתקדם", "in seconds. A change empties the cache." : "בשניות. שינוי מרוקן את המטמון.", "in bytes" : "בבתים" |