diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ka_GE.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ka_GE.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 7 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 7 | ||||
-rw-r--r-- | apps/files/l10n/tr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/tr.json | 1 |
6 files changed, 16 insertions, 2 deletions
diff --git a/apps/files/l10n/ka_GE.js b/apps/files/l10n/ka_GE.js index 6d165c5be4f..2e69f2bb8b3 100644 --- a/apps/files/l10n/ka_GE.js +++ b/apps/files/l10n/ka_GE.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "ჩამოტვირთვა", "Rename" : "გადარქმევა", "Move or copy" : "გადაიტანეთ ან დააკოპირეთ", + "Copy" : "კოპირება", "Target folder" : "დანიშნულების დირექტორია", "Delete" : "წაშლა", "Disconnect storage" : "საცავის გათიშვა", diff --git a/apps/files/l10n/ka_GE.json b/apps/files/l10n/ka_GE.json index a9ff7bb4a85..5787222718a 100644 --- a/apps/files/l10n/ka_GE.json +++ b/apps/files/l10n/ka_GE.json @@ -23,6 +23,7 @@ "Download" : "ჩამოტვირთვა", "Rename" : "გადარქმევა", "Move or copy" : "გადაიტანეთ ან დააკოპირეთ", + "Copy" : "კოპირება", "Target folder" : "დანიშნულების დირექტორია", "Delete" : "წაშლა", "Disconnect storage" : "საცავის გათიშვა", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 5f4912587b7..094bf070a1e 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "Скачать", "Rename" : "Переименовать", "Move or copy" : "Переместить или копировать", + "Copy" : "Копировать", "Target folder" : "Целевой каталог", "Delete" : "Удалить", "Disconnect storage" : "Отсоединить хранилище", @@ -146,6 +147,10 @@ OC.L10N.register( "Tags" : "Метки", "Deleted files" : "Корзина", "Text file" : "Текстовый файл", - "New text file.txt" : "Новый текстовый файл.txt" + "New text file.txt" : "Новый текстовый файл.txt", + "Move" : "Переместить", + "A new file or folder has been <strong>deleted</strong>" : "Новый файл или каталог был <strong>удален</strong>", + "A new file or folder has been <strong>restored</strong>" : "Новый файл или каталог был <strong>восстановлен</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 65cc92c052e..5ba99b88fff 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -23,6 +23,7 @@ "Download" : "Скачать", "Rename" : "Переименовать", "Move or copy" : "Переместить или копировать", + "Copy" : "Копировать", "Target folder" : "Целевой каталог", "Delete" : "Удалить", "Disconnect storage" : "Отсоединить хранилище", @@ -144,6 +145,10 @@ "Tags" : "Метки", "Deleted files" : "Корзина", "Text file" : "Текстовый файл", - "New text file.txt" : "Новый текстовый файл.txt" + "New text file.txt" : "Новый текстовый файл.txt", + "Move" : "Переместить", + "A new file or folder has been <strong>deleted</strong>" : "Новый файл или каталог был <strong>удален</strong>", + "A new file or folder has been <strong>restored</strong>" : "Новый файл или каталог был <strong>восстановлен</strong>", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Используйте этот адрес <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">для доступа по WebDAV</a>" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 62f59b0cf2f..4783e578ff7 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -25,6 +25,7 @@ OC.L10N.register( "Download" : "İndir", "Rename" : "Yeniden Adlandır", "Move or copy" : "Taşı ya da kopyala", + "Copy" : "Kopyala", "Target folder" : "Hedef klasör", "Delete" : "Sil", "Disconnect storage" : "Depolama bağlantısını kes", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index a188651fc74..3409c7bd24f 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -23,6 +23,7 @@ "Download" : "İndir", "Rename" : "Yeniden Adlandır", "Move or copy" : "Taşı ya da kopyala", + "Copy" : "Kopyala", "Target folder" : "Hedef klasör", "Delete" : "Sil", "Disconnect storage" : "Depolama bağlantısını kes", |