Bladeren bron

Other: Updated translations. [skip ci]

Piotrek Koszuliński 6 jaren geleden
bovenliggende
commit
5d0aaf6ab3

+ 89 - 0
packages/ckeditor5-table/lang/translations/es.po

@@ -0,0 +1,89 @@
+# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+#
+#                                     !!! IMPORTANT !!!
+#
+#         Before you edit this file, please keep in mind that contributing to the project
+#                translations is possible ONLY via the Transifex online service.
+#
+#         To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
+#
+#                   To learn more, check out the official contributor's guide:
+#     https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
+#
+msgid ""
+msgstr ""
+"Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Label for the insert table toolbar button."
+msgid "Insert table"
+msgstr "Insertar tabla"
+
+msgctxt "Label for the set/unset table header column button."
+msgid "Header column"
+msgstr "Columna de encabezado"
+
+msgctxt "Label for the insert table column to the left of the current one button."
+msgid "Insert column left"
+msgstr "Insertar columna izquierda"
+
+msgctxt "Label for the insert table column to the right of the current one button."
+msgid "Insert column right"
+msgstr "Insertar columna derecha"
+
+msgctxt "Label for the delete table column button."
+msgid "Delete column"
+msgstr "Eliminar columna"
+
+msgctxt "Label for the table column dropdown button."
+msgid "Column"
+msgstr "Columna"
+
+msgctxt "Label for the set/unset table header row button."
+msgid "Header row"
+msgstr "Fila de encabezado"
+
+msgctxt "Label for the insert row below button."
+msgid "Insert row below"
+msgstr "Insertar fila debajo"
+
+msgctxt "Label for the insert row above button."
+msgid "Insert row above"
+msgstr "Insertar fila encima"
+
+msgctxt "Label for the delete table row button."
+msgid "Delete row"
+msgstr "Eliminar fila"
+
+msgctxt "Label for the table row dropdown button."
+msgid "Row"
+msgstr "Fila"
+
+msgctxt "Label for the merge table cell up button."
+msgid "Merge cell up"
+msgstr "Combinar celda superior"
+
+msgctxt "Label for the merge table cell right button."
+msgid "Merge cell right"
+msgstr "Combinar celda derecha"
+
+msgctxt "Label for the merge table cell down button."
+msgid "Merge cell down"
+msgstr "Combinar celda inferior"
+
+msgctxt "Label for the merge table cell left button."
+msgid "Merge cell left"
+msgstr "Combinar celda izquierda"
+
+msgctxt "Label for the split table cell vertically button."
+msgid "Split cell vertically"
+msgstr "Dividir celdas verticalmente"
+
+msgctxt "Label for the split table cell horizontally button."
+msgid "Split cell horizontally"
+msgstr "Dividir celdas horizontalmente"
+
+msgctxt "Label for the merge table cells button."
+msgid "Merge cells"
+msgstr "Combinar celdas"

+ 89 - 0
packages/ckeditor5-table/lang/translations/id.po

@@ -0,0 +1,89 @@
+# Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
+#
+#                                     !!! IMPORTANT !!!
+#
+#         Before you edit this file, please keep in mind that contributing to the project
+#                translations is possible ONLY via the Transifex online service.
+#
+#         To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
+#
+#                   To learn more, check out the official contributor's guide:
+#     https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
+#
+msgid ""
+msgstr ""
+"Language-Team: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgctxt "Label for the insert table toolbar button."
+msgid "Insert table"
+msgstr "Sisipkan tabel"
+
+msgctxt "Label for the set/unset table header column button."
+msgid "Header column"
+msgstr "Kolom tajuk"
+
+msgctxt "Label for the insert table column to the left of the current one button."
+msgid "Insert column left"
+msgstr "Sisipkan kolom ke kiri"
+
+msgctxt "Label for the insert table column to the right of the current one button."
+msgid "Insert column right"
+msgstr "Sisipkan kolom ke kanan"
+
+msgctxt "Label for the delete table column button."
+msgid "Delete column"
+msgstr "Hapus kolom"
+
+msgctxt "Label for the table column dropdown button."
+msgid "Column"
+msgstr "Kolom"
+
+msgctxt "Label for the set/unset table header row button."
+msgid "Header row"
+msgstr "Baris tajuk"
+
+msgctxt "Label for the insert row below button."
+msgid "Insert row below"
+msgstr "Sisipkan baris ke bawah"
+
+msgctxt "Label for the insert row above button."
+msgid "Insert row above"
+msgstr "Sisipkan baris ke atas"
+
+msgctxt "Label for the delete table row button."
+msgid "Delete row"
+msgstr "Hapus baris"
+
+msgctxt "Label for the table row dropdown button."
+msgid "Row"
+msgstr "Baris"
+
+msgctxt "Label for the merge table cell up button."
+msgid "Merge cell up"
+msgstr "Gabungkan sel ke atas"
+
+msgctxt "Label for the merge table cell right button."
+msgid "Merge cell right"
+msgstr "Gabungkan sel ke kanan"
+
+msgctxt "Label for the merge table cell down button."
+msgid "Merge cell down"
+msgstr "Gabungkan sel ke bawah"
+
+msgctxt "Label for the merge table cell left button."
+msgid "Merge cell left"
+msgstr "Gabungkan sel ke kiri"
+
+msgctxt "Label for the split table cell vertically button."
+msgid "Split cell vertically"
+msgstr "Bagikan sel secara vertikal"
+
+msgctxt "Label for the split table cell horizontally button."
+msgid "Split cell horizontally"
+msgstr "Bagikan sel secara horizontal"
+
+msgctxt "Label for the merge table cells button."
+msgid "Merge cells"
+msgstr "Gabungkan sel"

+ 1 - 1
packages/ckeditor5-table/lang/translations/sr-latn.po

@@ -12,7 +12,7 @@
 #
 msgid ""
 msgstr ""
-"Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr%40latin/)\n"
+"Language-Team: Serbian (Latin) (https://www.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
 "Language: sr@latin\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"