Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-08 06:36:07 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-08 06:36:07 +0300
commit0342624d7c790e9b16f2ea0557e39c2381190cc3 (patch)
tree2508c47be5b0ec9ff272524c2d7905ae2196c295
parent30caa94dc08c95d6721736137ae2eb04791bc2b3 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/bg.js4
-rw-r--r--l10n/bg.json4
-rw-r--r--l10n/cs.js3
-rw-r--r--l10n/cs.json3
-rw-r--r--l10n/de.js8
-rw-r--r--l10n/de.json8
-rw-r--r--l10n/fi.js5
-rw-r--r--l10n/fi.json5
-rw-r--r--l10n/pl.js3
-rw-r--r--l10n/pl.json3
-rw-r--r--l10n/pt_BR.js14
-rw-r--r--l10n/pt_BR.json14
-rw-r--r--l10n/tr.js5
-rw-r--r--l10n/tr.json5
-rw-r--r--l10n/uk.js8
-rw-r--r--l10n/uk.json8
-rw-r--r--l10n/zh_HK.js4
-rw-r--r--l10n/zh_HK.json4
-rw-r--r--l10n/zh_TW.js4
-rw-r--r--l10n/zh_TW.json4
20 files changed, 102 insertions, 14 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index bfb309115..45003d012 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "Редактиране на името на госта",
"Guest" : "Гост",
"Save guest name" : "Запис на името на госта",
+ "Insert an attachment" : "Вмъкване на прикачен файл",
"guest" : "гост",
"Show author colors" : "Показване на цветовете на автора",
"Author colors are only shown until everyone has closed the document." : "Цветовете на автора се показват само докато всички не затворят документа.",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "Премахване на връзка",
"Select file to link to" : "Избор на файл за връзка с",
"Link to this section" : "Връзка към този раздел",
+ "Delete this attachment" : "Изтрийте този прикачен файл",
+ "Delete this image" : "Изтрийте това изображение",
"Failed to load" : "Неуспешно зареждане",
"Unsupported image type" : "Неподдържан тип изображение",
"Add row before" : "Добавяне на ред преди",
@@ -112,6 +115,7 @@ OC.L10N.register(
"Danger" : "Опасност",
"Table" : "Таблица",
"Insert emoji" : "Вмъкване на емотикон",
+ "Insert attachment" : "Вмъкнете прикачен файл",
"Command" : "Команда",
"Control" : "Control Center",
"Option" : "Опция",
diff --git a/l10n/bg.json b/l10n/bg.json
index 7962bfacb..74741d3c7 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -29,6 +29,7 @@
"Edit guest name" : "Редактиране на името на госта",
"Guest" : "Гост",
"Save guest name" : "Запис на името на госта",
+ "Insert an attachment" : "Вмъкване на прикачен файл",
"guest" : "гост",
"Show author colors" : "Показване на цветовете на автора",
"Author colors are only shown until everyone has closed the document." : "Цветовете на автора се показват само докато всички не затворят документа.",
@@ -82,6 +83,8 @@
"Remove Link" : "Премахване на връзка",
"Select file to link to" : "Избор на файл за връзка с",
"Link to this section" : "Връзка към този раздел",
+ "Delete this attachment" : "Изтрийте този прикачен файл",
+ "Delete this image" : "Изтрийте това изображение",
"Failed to load" : "Неуспешно зареждане",
"Unsupported image type" : "Неподдържан тип изображение",
"Add row before" : "Добавяне на ред преди",
@@ -110,6 +113,7 @@
"Danger" : "Опасност",
"Table" : "Таблица",
"Insert emoji" : "Вмъкване на емотикон",
+ "Insert attachment" : "Вмъкнете прикачен файл",
"Command" : "Команда",
"Control" : "Control Center",
"Option" : "Опция",
diff --git a/l10n/cs.js b/l10n/cs.js
index 7c1b81629..6f0ec4e9f 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "Upravit jméno hosta",
"Guest" : "Host",
"Save guest name" : "Uložit jméno hosta",
+ "Insert an attachment" : "Vložit přílohu",
"guest" : "host",
"Show author colors" : "Zobrazit barvy autorů",
"Author colors are only shown until everyone has closed the document." : "Barvy autorů se zobrazují pouze tehdy, když všichni zavřou dokument.",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "Odebrat odkaz",
"Select file to link to" : "Vyberte soubor na který odkázat",
"Link to this section" : "Odkázat na tuto sekci",
+ "Delete this attachment" : "Smazat tuto přílohu",
+ "Delete this image" : "Smazat tento obrázek",
"Failed to load" : "Nepodařilo se načíst",
"Unsupported image type" : "Nepodporovaný typ obrázku",
"Add row before" : "Přidat řádek před",
diff --git a/l10n/cs.json b/l10n/cs.json
index 893b5d959..4232771f3 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -29,6 +29,7 @@
"Edit guest name" : "Upravit jméno hosta",
"Guest" : "Host",
"Save guest name" : "Uložit jméno hosta",
+ "Insert an attachment" : "Vložit přílohu",
"guest" : "host",
"Show author colors" : "Zobrazit barvy autorů",
"Author colors are only shown until everyone has closed the document." : "Barvy autorů se zobrazují pouze tehdy, když všichni zavřou dokument.",
@@ -82,6 +83,8 @@
"Remove Link" : "Odebrat odkaz",
"Select file to link to" : "Vyberte soubor na který odkázat",
"Link to this section" : "Odkázat na tuto sekci",
+ "Delete this attachment" : "Smazat tuto přílohu",
+ "Delete this image" : "Smazat tento obrázek",
"Failed to load" : "Nepodařilo se načíst",
"Unsupported image type" : "Nepodporovaný typ obrázku",
"Add row before" : "Přidat řádek před",
diff --git a/l10n/de.js b/l10n/de.js
index c05fd399a..d80ef0f74 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -25,10 +25,13 @@ OC.L10N.register(
"The document has been changed outside of the editor. The changes cannot be applied." : "Das Dokument wurde außerhalb des Editors gespeichert. Die Änderungen könnten nicht angewandt werden.",
"File could not be loaded. Please check your internet connection." : "Datei konnte nicht geladen werden. Internetverbindung prüfen.",
"This file is opened read-only as it is currently locked by {user}." : "Diese Datei ist schreibgeschützt geöffnet, da sie derzeit von {user} gesperrt ist.",
+ "Outline" : "Gliederung",
+ "Close outline view" : "Gliederungsansicht schließen",
"Enter your name so other people can see who is editing" : "Gebe deinen Namen ein, so dass andere Benutzer sehen können, wer bearbeitet",
"Edit guest name" : "Gast-Namen bearbeiten",
"Guest" : "Gast",
"Save guest name" : "Gast-Namen speichern",
+ "Insert an attachment" : "Anhang einfügen",
"guest" : "Gast",
"Show author colors" : "Autorenfarben anzeigen",
"Author colors are only shown until everyone has closed the document." : "Autorenfarben werden nur so lange angezeigt, bis jeder das Dokument geschlossen hat.",
@@ -81,6 +84,9 @@ OC.L10N.register(
"Link file" : "Datei verknüpfen",
"Remove Link" : "Link entfernen",
"Select file to link to" : "Wähle die zu verknüpfende Datei aus",
+ "Link to this section" : "Verweis zu diesem Abschnitt",
+ "Delete this attachment" : "Anhang löschen",
+ "Delete this image" : "Bild löschen",
"Failed to load" : "Fehler beim Laden",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"Add row before" : "Zeile davor hinzufügen",
@@ -99,6 +105,8 @@ OC.L10N.register(
"Heading 3" : "Überschrift 3",
"Heading 4" : "Überschrift 4",
"Heading 5" : "Überschrift 5",
+ "Hide outline" : "Gliederung ausblenden",
+ "Show outline" : "Gliederung anzeigen",
"To-Do list" : "Aufgabenliste",
"Callouts" : "Beschriftungen",
"Info" : "Information",
diff --git a/l10n/de.json b/l10n/de.json
index 9abefe583..33724660e 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -23,10 +23,13 @@
"The document has been changed outside of the editor. The changes cannot be applied." : "Das Dokument wurde außerhalb des Editors gespeichert. Die Änderungen könnten nicht angewandt werden.",
"File could not be loaded. Please check your internet connection." : "Datei konnte nicht geladen werden. Internetverbindung prüfen.",
"This file is opened read-only as it is currently locked by {user}." : "Diese Datei ist schreibgeschützt geöffnet, da sie derzeit von {user} gesperrt ist.",
+ "Outline" : "Gliederung",
+ "Close outline view" : "Gliederungsansicht schließen",
"Enter your name so other people can see who is editing" : "Gebe deinen Namen ein, so dass andere Benutzer sehen können, wer bearbeitet",
"Edit guest name" : "Gast-Namen bearbeiten",
"Guest" : "Gast",
"Save guest name" : "Gast-Namen speichern",
+ "Insert an attachment" : "Anhang einfügen",
"guest" : "Gast",
"Show author colors" : "Autorenfarben anzeigen",
"Author colors are only shown until everyone has closed the document." : "Autorenfarben werden nur so lange angezeigt, bis jeder das Dokument geschlossen hat.",
@@ -79,6 +82,9 @@
"Link file" : "Datei verknüpfen",
"Remove Link" : "Link entfernen",
"Select file to link to" : "Wähle die zu verknüpfende Datei aus",
+ "Link to this section" : "Verweis zu diesem Abschnitt",
+ "Delete this attachment" : "Anhang löschen",
+ "Delete this image" : "Bild löschen",
"Failed to load" : "Fehler beim Laden",
"Unsupported image type" : "Nicht unterstütztes Bild-Format",
"Add row before" : "Zeile davor hinzufügen",
@@ -97,6 +103,8 @@
"Heading 3" : "Überschrift 3",
"Heading 4" : "Überschrift 4",
"Heading 5" : "Überschrift 5",
+ "Hide outline" : "Gliederung ausblenden",
+ "Show outline" : "Gliederung anzeigen",
"To-Do list" : "Aufgabenliste",
"Callouts" : "Beschriftungen",
"Info" : "Information",
diff --git a/l10n/fi.js b/l10n/fi.js
index fcfff33db..f117ec984 100644
--- a/l10n/fi.js
+++ b/l10n/fi.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
"Nextcloud Text" : "Nextcloud Text",
"text document" : "Tekstiasiakirja",
+ "{user} has mentioned you in the text document {node}" : "{user} mainitsi sinut tekstiasiakirjassa {node}",
"Readme" : "Lueminut",
"Text" : "Teksti",
"📝 Collaborative document editing" : "📝 Yhteistyöhön perustuvaa asiakirjojen muokkausta",
@@ -27,6 +28,7 @@ OC.L10N.register(
"Edit guest name" : "Muokkaa vieraan nimeä",
"Guest" : "Vieras",
"Save guest name" : "Tallenna vieraan nimi",
+ "Insert an attachment" : "Lisää liite",
"guest" : "vieras",
"Show author colors" : "Näytä tekijän värit",
"Active people" : "Aktiiviset ihmiset",
@@ -73,6 +75,9 @@ OC.L10N.register(
"Link file" : "Linkitä tiedosto",
"Remove Link" : "Poista linkki",
"Select file to link to" : "Valitse tiedosto johon linkitetään",
+ "Link to this section" : "Linkki tähän osioon",
+ "Delete this attachment" : "Poista tämä liite",
+ "Delete this image" : "Poista tämä kuva",
"Failed to load" : "Lataaminen epäonnistui",
"Unsupported image type" : "Ei-tuettu kuvatiedostomuoto",
"Add row before" : "Lisää rivi ennen",
diff --git a/l10n/fi.json b/l10n/fi.json
index fc72e38dd..6e565ab29 100644
--- a/l10n/fi.json
+++ b/l10n/fi.json
@@ -11,6 +11,7 @@
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
"Nextcloud Text" : "Nextcloud Text",
"text document" : "Tekstiasiakirja",
+ "{user} has mentioned you in the text document {node}" : "{user} mainitsi sinut tekstiasiakirjassa {node}",
"Readme" : "Lueminut",
"Text" : "Teksti",
"📝 Collaborative document editing" : "📝 Yhteistyöhön perustuvaa asiakirjojen muokkausta",
@@ -25,6 +26,7 @@
"Edit guest name" : "Muokkaa vieraan nimeä",
"Guest" : "Vieras",
"Save guest name" : "Tallenna vieraan nimi",
+ "Insert an attachment" : "Lisää liite",
"guest" : "vieras",
"Show author colors" : "Näytä tekijän värit",
"Active people" : "Aktiiviset ihmiset",
@@ -71,6 +73,9 @@
"Link file" : "Linkitä tiedosto",
"Remove Link" : "Poista linkki",
"Select file to link to" : "Valitse tiedosto johon linkitetään",
+ "Link to this section" : "Linkki tähän osioon",
+ "Delete this attachment" : "Poista tämä liite",
+ "Delete this image" : "Poista tämä kuva",
"Failed to load" : "Lataaminen epäonnistui",
"Unsupported image type" : "Ei-tuettu kuvatiedostomuoto",
"Add row before" : "Lisää rivi ennen",
diff --git a/l10n/pl.js b/l10n/pl.js
index c909e56ed..aa3a7ccd7 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "Edytuj nazwę gościa",
"Guest" : "Gość",
"Save guest name" : "Zapisz nazwę gościa",
+ "Insert an attachment" : "Wstaw załącznik",
"guest" : "gość",
"Show author colors" : "Pokaż kolory autora",
"Author colors are only shown until everyone has closed the document." : "Kolory autora są pokazane tylko do czasu zamknięcia dokumentu.",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "Usuń link",
"Select file to link to" : "Wybierz plik dla linku",
"Link to this section" : "Link do tej sekcji",
+ "Delete this attachment" : "Usuń ten załącznik",
+ "Delete this image" : "Usuń ten obraz",
"Failed to load" : "Nie udało się wczytać",
"Unsupported image type" : "Nieobsługiwany typ obrazu",
"Add row before" : "Dodaj wiersz przed",
diff --git a/l10n/pl.json b/l10n/pl.json
index 9ede4d3ad..82f335def 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -29,6 +29,7 @@
"Edit guest name" : "Edytuj nazwę gościa",
"Guest" : "Gość",
"Save guest name" : "Zapisz nazwę gościa",
+ "Insert an attachment" : "Wstaw załącznik",
"guest" : "gość",
"Show author colors" : "Pokaż kolory autora",
"Author colors are only shown until everyone has closed the document." : "Kolory autora są pokazane tylko do czasu zamknięcia dokumentu.",
@@ -82,6 +83,8 @@
"Remove Link" : "Usuń link",
"Select file to link to" : "Wybierz plik dla linku",
"Link to this section" : "Link do tej sekcji",
+ "Delete this attachment" : "Usuń ten załącznik",
+ "Delete this image" : "Usuń ten obraz",
"Failed to load" : "Nie udało się wczytać",
"Unsupported image type" : "Nieobsługiwany typ obrazu",
"Add row before" : "Dodaj wiersz przed",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 7e16be3a5..6b164710d 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -2,15 +2,15 @@ OC.L10N.register(
"text",
{
"New text file" : "Novo arquivo de texto",
- "The file was uploaded" : "O arquivo foi carregado",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize no php.ini",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
- "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a configuração upload_max_filesize no php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a configuração MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "Apenas uma parte do arquivo foi enviado",
"No file was uploaded" : "Nenhum arquivo foi enviado",
"Missing a temporary folder" : "Faltando uma pasta temporária",
"Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
"A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o envio do arquivo",
- "No file uploaded or file size exceeds maximum of %s" : "Nenhum arquivo carregado ou o tamanho do arquivo excede o máximo de%s",
+ "No file uploaded or file size exceeds maximum of %s" : "Ou nenhum arquivo foi enviado ou o tamanho do arquivo excede o máximo de%s",
"Nextcloud Text" : "Nextcloud Texto",
"text document" : "documento de texto",
"Readme" : "Leiame",
@@ -29,8 +29,8 @@ OC.L10N.register(
"Guest" : "Convidado",
"Save guest name" : "Salvar nome de convidado",
"guest" : "convidado",
- "Show author colors" : "Mostrar cores do autor ",
- "Author colors are only shown until everyone has closed the document." : "As cores do autor só são exibidas até que todos tenham fechado o documento. ",
+ "Show author colors" : "Mostrar cores de autoria",
+ "Author colors are only shown until everyone has closed the document." : "As cores de autoria só são exibidas até que todas as pessoas tenham fechado o documento. ",
"Active people" : "Pessoas ativas",
"Document save status" : "Status de salvamento do documento",
"Last saved" : "Último salvo",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index d69a22cf1..0c24a93dc 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,14 +1,14 @@
{ "translations": {
"New text file" : "Novo arquivo de texto",
- "The file was uploaded" : "O arquivo foi carregado",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize no php.ini",
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
- "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a configuração upload_max_filesize no php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a configuração MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "Apenas uma parte do arquivo foi enviado",
"No file was uploaded" : "Nenhum arquivo foi enviado",
"Missing a temporary folder" : "Faltando uma pasta temporária",
"Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
"A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o envio do arquivo",
- "No file uploaded or file size exceeds maximum of %s" : "Nenhum arquivo carregado ou o tamanho do arquivo excede o máximo de%s",
+ "No file uploaded or file size exceeds maximum of %s" : "Ou nenhum arquivo foi enviado ou o tamanho do arquivo excede o máximo de%s",
"Nextcloud Text" : "Nextcloud Texto",
"text document" : "documento de texto",
"Readme" : "Leiame",
@@ -27,8 +27,8 @@
"Guest" : "Convidado",
"Save guest name" : "Salvar nome de convidado",
"guest" : "convidado",
- "Show author colors" : "Mostrar cores do autor ",
- "Author colors are only shown until everyone has closed the document." : "As cores do autor só são exibidas até que todos tenham fechado o documento. ",
+ "Show author colors" : "Mostrar cores de autoria",
+ "Author colors are only shown until everyone has closed the document." : "As cores de autoria só são exibidas até que todas as pessoas tenham fechado o documento. ",
"Active people" : "Pessoas ativas",
"Document save status" : "Status de salvamento do documento",
"Last saved" : "Último salvo",
diff --git a/l10n/tr.js b/l10n/tr.js
index 5ee0fadfc..92064b750 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "Konuk adını düzenle",
"Guest" : "Konuk",
"Save guest name" : "Konuk adını kaydet",
+ "Insert an attachment" : "Bir ek dosya ekle",
"guest" : "konuk",
"Show author colors" : "Yazar renkleri görüntülensin",
"Author colors are only shown until everyone has closed the document." : "Yazar renkleri herkes belgeyi kapatana kadar görüntülenir.",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "Bağlantıyı kaldır",
"Select file to link to" : "Bağlanacak dosyayı seçin",
"Link to this section" : "Bu bölüme bağlantı",
+ "Delete this attachment" : "Bu ek dosyayı sil",
+ "Delete this image" : "Bu görseli sil",
"Failed to load" : "Yüklenmemedi",
"Unsupported image type" : "Görsel türü desteklenmiyor",
"Add row before" : "Üste satır ekle",
@@ -102,6 +105,8 @@ OC.L10N.register(
"Heading 3" : "3. Başlık",
"Heading 4" : "4. Başlık",
"Heading 5" : "5. Başlık",
+ "Hide outline" : "Özeti gizle",
+ "Show outline" : "Özeti görüntüle",
"To-Do list" : "Yapılacak iş listesi",
"Callouts" : "Metin notları",
"Info" : "Bilgiler",
diff --git a/l10n/tr.json b/l10n/tr.json
index c2de49f03..6e8ebc588 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -29,6 +29,7 @@
"Edit guest name" : "Konuk adını düzenle",
"Guest" : "Konuk",
"Save guest name" : "Konuk adını kaydet",
+ "Insert an attachment" : "Bir ek dosya ekle",
"guest" : "konuk",
"Show author colors" : "Yazar renkleri görüntülensin",
"Author colors are only shown until everyone has closed the document." : "Yazar renkleri herkes belgeyi kapatana kadar görüntülenir.",
@@ -82,6 +83,8 @@
"Remove Link" : "Bağlantıyı kaldır",
"Select file to link to" : "Bağlanacak dosyayı seçin",
"Link to this section" : "Bu bölüme bağlantı",
+ "Delete this attachment" : "Bu ek dosyayı sil",
+ "Delete this image" : "Bu görseli sil",
"Failed to load" : "Yüklenmemedi",
"Unsupported image type" : "Görsel türü desteklenmiyor",
"Add row before" : "Üste satır ekle",
@@ -100,6 +103,8 @@
"Heading 3" : "3. Başlık",
"Heading 4" : "4. Başlık",
"Heading 5" : "5. Başlık",
+ "Hide outline" : "Özeti gizle",
+ "Show outline" : "Özeti görüntüle",
"To-Do list" : "Yapılacak iş listesi",
"Callouts" : "Metin notları",
"Info" : "Bilgiler",
diff --git a/l10n/uk.js b/l10n/uk.js
index 7967821b3..8f3b375e4 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -21,6 +21,7 @@ OC.L10N.register(
"Edit guest name" : "Редагувати ім'я гостя",
"Guest" : "Гість",
"Save guest name" : "Зберегти ім'я гостя",
+ "Insert an attachment" : "Вставте вкладення",
"guest" : "гість",
"Saving …" : "Збереження ..",
"Saved" : "Збережено",
@@ -37,6 +38,9 @@ OC.L10N.register(
"Ordered list" : "Впорядкований список",
"Blockquote" : "Цитування",
"Code block" : "Код",
+ "Link to this section" : "Посилання на цей розділ",
+ "Delete this attachment" : "Видалити цей вкладений файл",
+ "Delete this image" : "Видалити це зображення",
"Unsupported image type" : "Цей тип зображення не підтримується",
"Show rich workspaces" : "Показувати робочі області",
"Add notes, lists or links …" : "Додавайте нотатки, створюйте списки та посилання...",
@@ -47,9 +51,13 @@ OC.L10N.register(
"Heading 3" : "Заголовок 3",
"Heading 4" : "Заголовок 4",
"Heading 5" : "Заголовок 5",
+ "Hide outline" : "Сховати контур",
+ "Show outline" : "Показати контур",
"Info" : "Info",
+ "Success" : "Успіх",
"Warning" : "Увага",
"Table" : "Таблиця",
+ "Insert attachment" : "Вставте вкладення",
"Command" : "Команда",
"Edit" : "Редашувати",
"New text document" : "Новий текстовий документ",
diff --git a/l10n/uk.json b/l10n/uk.json
index bd1904395..67f65b4a2 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -19,6 +19,7 @@
"Edit guest name" : "Редагувати ім'я гостя",
"Guest" : "Гість",
"Save guest name" : "Зберегти ім'я гостя",
+ "Insert an attachment" : "Вставте вкладення",
"guest" : "гість",
"Saving …" : "Збереження ..",
"Saved" : "Збережено",
@@ -35,6 +36,9 @@
"Ordered list" : "Впорядкований список",
"Blockquote" : "Цитування",
"Code block" : "Код",
+ "Link to this section" : "Посилання на цей розділ",
+ "Delete this attachment" : "Видалити цей вкладений файл",
+ "Delete this image" : "Видалити це зображення",
"Unsupported image type" : "Цей тип зображення не підтримується",
"Show rich workspaces" : "Показувати робочі області",
"Add notes, lists or links …" : "Додавайте нотатки, створюйте списки та посилання...",
@@ -45,9 +49,13 @@
"Heading 3" : "Заголовок 3",
"Heading 4" : "Заголовок 4",
"Heading 5" : "Заголовок 5",
+ "Hide outline" : "Сховати контур",
+ "Show outline" : "Показати контур",
"Info" : "Info",
+ "Success" : "Успіх",
"Warning" : "Увага",
"Table" : "Таблиця",
+ "Insert attachment" : "Вставте вкладення",
"Command" : "Команда",
"Edit" : "Редашувати",
"New text document" : "Новий текстовий документ",
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index e68fd3bde..a5068ae30 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "編輯訪客名稱",
"Guest" : "訪客",
"Save guest name" : "儲存訪客名稱",
+ "Insert an attachment" : "插入附件",
"guest" : "訪客",
"Show author colors" : "顯示作者顏色",
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "移除連結",
"Select file to link to" : "選擇要連結的檔案",
"Link to this section" : "連結到本節",
+ "Delete this attachment" : "刪除此附件",
+ "Delete this image" : "刪除此圖像",
"Failed to load" : "加載失敗",
"Unsupported image type" : "不支援的圖片類型",
"Add row before" : "在前面添加行",
@@ -112,6 +115,7 @@ OC.L10N.register(
"Danger" : "危險",
"Table" : "表",
"Insert emoji" : "插入 emoji",
+ "Insert attachment" : "插入附件",
"Command" : "指令",
"Control" : "掌控",
"Option" : "選項",
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index 1fcfbbb33..d8ef5dfc5 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -29,6 +29,7 @@
"Edit guest name" : "編輯訪客名稱",
"Guest" : "訪客",
"Save guest name" : "儲存訪客名稱",
+ "Insert an attachment" : "插入附件",
"guest" : "訪客",
"Show author colors" : "顯示作者顏色",
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
@@ -82,6 +83,8 @@
"Remove Link" : "移除連結",
"Select file to link to" : "選擇要連結的檔案",
"Link to this section" : "連結到本節",
+ "Delete this attachment" : "刪除此附件",
+ "Delete this image" : "刪除此圖像",
"Failed to load" : "加載失敗",
"Unsupported image type" : "不支援的圖片類型",
"Add row before" : "在前面添加行",
@@ -110,6 +113,7 @@
"Danger" : "危險",
"Table" : "表",
"Insert emoji" : "插入 emoji",
+ "Insert attachment" : "插入附件",
"Command" : "指令",
"Control" : "掌控",
"Option" : "選項",
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
index f58c87b96..49699cb83 100644
--- a/l10n/zh_TW.js
+++ b/l10n/zh_TW.js
@@ -31,6 +31,7 @@ OC.L10N.register(
"Edit guest name" : "編輯訪客名稱",
"Guest" : "訪客",
"Save guest name" : "儲存訪客名稱",
+ "Insert an attachment" : "插入附件",
"guest" : "訪客",
"Show author colors" : "顯示作者顏色",
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
@@ -84,6 +85,8 @@ OC.L10N.register(
"Remove Link" : "移除連結",
"Select file to link to" : "選擇要連結的檔案",
"Link to this section" : "連結至此節",
+ "Delete this attachment" : "刪除此附件",
+ "Delete this image" : "刪除此圖片",
"Failed to load" : "載入失敗",
"Unsupported image type" : "不支援的圖片類型",
"Add row before" : "在前面新增列",
@@ -112,6 +115,7 @@ OC.L10N.register(
"Danger" : "危險",
"Table" : "表格",
"Insert emoji" : "插入表情符號",
+ "Insert attachment" : "插入附件",
"Command" : "指令",
"Control" : "控制",
"Option" : "選項",
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
index 183c0df89..eed3a7b03 100644
--- a/l10n/zh_TW.json
+++ b/l10n/zh_TW.json
@@ -29,6 +29,7 @@
"Edit guest name" : "編輯訪客名稱",
"Guest" : "訪客",
"Save guest name" : "儲存訪客名稱",
+ "Insert an attachment" : "插入附件",
"guest" : "訪客",
"Show author colors" : "顯示作者顏色",
"Author colors are only shown until everyone has closed the document." : "僅在所有人都關閉文件前才顯示文件顏色。",
@@ -82,6 +83,8 @@
"Remove Link" : "移除連結",
"Select file to link to" : "選擇要連結的檔案",
"Link to this section" : "連結至此節",
+ "Delete this attachment" : "刪除此附件",
+ "Delete this image" : "刪除此圖片",
"Failed to load" : "載入失敗",
"Unsupported image type" : "不支援的圖片類型",
"Add row before" : "在前面新增列",
@@ -110,6 +113,7 @@
"Danger" : "危險",
"Table" : "表格",
"Insert emoji" : "插入表情符號",
+ "Insert attachment" : "插入附件",
"Command" : "指令",
"Control" : "控制",
"Option" : "選項",