tinymce-rails-langs 5.20200505 → 5.20230529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/tinymce/rails/languages.rb +3 -1
- data/vendor/assets/javascripts/tinymce/langs/cs.js +118 -75
- data/vendor/assets/javascripts/tinymce/langs/cs_CZ.js +462 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +61 -18
- data/vendor/assets/javascripts/tinymce/langs/da.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/de.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/es_419.js +462 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/ja.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/kab.js +419 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/nl.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/nl_BE.js +445 -0
- data/vendor/assets/javascripts/tinymce/langs/pl.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/ro.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/ru.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/ru_RU.js +445 -0
- data/vendor/assets/javascripts/tinymce/langs/sl.js +59 -14
- data/vendor/assets/javascripts/tinymce/langs/sq.js +219 -0
- data/vendor/assets/javascripts/tinymce/langs/ta.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +60 -17
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +81 -8
- data/vendor/assets/javascripts/tinymce/langs/ug.js +462 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +60 -17
- metadata +14 -7
@@ -85,6 +85,7 @@ tinymce.addI18n('fr_FR',{
|
|
85
85
|
"B": "B",
|
86
86
|
"Left to right": "Gauche \u00e0 droite",
|
87
87
|
"Right to left": "Droite \u00e0 gauche",
|
88
|
+
"Emoticons": "Emotic\u00f4nes",
|
88
89
|
"Emoticons...": "\u00c9motic\u00f4nes...",
|
89
90
|
"Metadata and Document Properties": "M\u00e9tadonn\u00e9es et propri\u00e9t\u00e9s du document",
|
90
91
|
"Title": "Titre",
|
@@ -113,7 +114,9 @@ tinymce.addI18n('fr_FR',{
|
|
113
114
|
"Handy Shortcuts": "Raccourcis utiles",
|
114
115
|
"Horizontal line": "Ligne horizontale",
|
115
116
|
"Insert\/edit image": "Ins\u00e9rer\/modifier une image",
|
116
|
-
"
|
117
|
+
"Alternative description": "Description alternative",
|
118
|
+
"Accessibility": "Accessibilit\u00e9",
|
119
|
+
"Image is decorative": "L'image est d\u00e9corative",
|
117
120
|
"Source": "Source",
|
118
121
|
"Dimensions": "Dimensions",
|
119
122
|
"Constrain proportions": "Conserver les proportions",
|
@@ -147,7 +150,6 @@ tinymce.addI18n('fr_FR',{
|
|
147
150
|
"Back": "Retour",
|
148
151
|
"Insert date\/time": "Ins\u00e9rer date\/heure",
|
149
152
|
"Date\/time": "Date\/heure",
|
150
|
-
"Insert\/Edit Link": "Ins\u00e9rer\/Modifier lien",
|
151
153
|
"Insert\/edit link": "Ins\u00e9rer\/modifier un lien",
|
152
154
|
"Text to display": "Texte \u00e0 afficher",
|
153
155
|
"Url": "Url",
|
@@ -155,12 +157,14 @@ tinymce.addI18n('fr_FR',{
|
|
155
157
|
"Current window": "Fen\u00eatre active",
|
156
158
|
"None": "n\/a",
|
157
159
|
"New window": "Nouvelle fen\u00eatre",
|
160
|
+
"Open link": "Ouvrir le lien",
|
158
161
|
"Remove link": "Enlever le lien",
|
159
162
|
"Anchors": "Ancres",
|
160
163
|
"Link...": "Lien...",
|
161
164
|
"Paste or type a link": "Coller ou taper un lien",
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le pr\u00e9fixe mailto: n\u00e9cessaire?",
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:\/\/ n\u00e9cessaire?",
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "L'URL que vous avez saisie semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe https:\/\/ requis\u00a0?",
|
164
168
|
"Link list": "Liste de liens",
|
165
169
|
"Insert video": "Ins\u00e9rer une vid\u00e9o",
|
166
170
|
"Insert\/edit video": "Ins\u00e9rer\/modifier une vid\u00e9o",
|
@@ -183,11 +187,15 @@ tinymce.addI18n('fr_FR',{
|
|
183
187
|
"Replace all": "Tout remplacer",
|
184
188
|
"Previous": "Pr\u00e9c\u00e9dente",
|
185
189
|
"Next": "Suiv",
|
190
|
+
"Find and Replace": "Trouver et remplacer",
|
186
191
|
"Find and replace...": "Trouver et remplacer...",
|
187
192
|
"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
|
188
193
|
"Match case": "Respecter la casse",
|
189
194
|
"Find whole words only": "Mot entier",
|
190
|
-
"
|
195
|
+
"Find in selection": "Trouver dans la s\u00e9lection",
|
196
|
+
"Spellcheck": "V\u00e9rification orthographique",
|
197
|
+
"Spellcheck Language": "Langue du correcteur orthographique",
|
198
|
+
"No misspellings found.": "Aucune faute d'orthographe trouv\u00e9e.",
|
191
199
|
"Ignore": "Ignorer",
|
192
200
|
"Ignore all": "Tout ignorer",
|
193
201
|
"Finish": "Finie",
|
@@ -218,6 +226,7 @@ tinymce.addI18n('fr_FR',{
|
|
218
226
|
"Height": "Hauteur",
|
219
227
|
"Cell spacing": "Espacement inter-cellulles",
|
220
228
|
"Cell padding": "Espacement interne cellule",
|
229
|
+
"Caption": "Titre",
|
221
230
|
"Show caption": "Afficher le sous-titrage",
|
222
231
|
"Left": "Gauche",
|
223
232
|
"Center": "Centr\u00e9",
|
@@ -377,32 +386,68 @@ tinymce.addI18n('fr_FR',{
|
|
377
386
|
"formatting": "mise en forme",
|
378
387
|
"alignment": "alignement",
|
379
388
|
"indentation": "retrait",
|
380
|
-
"permanent pen": "feutre ind\u00e9l\u00e9bile",
|
381
|
-
"comments": "commentaires",
|
382
|
-
"Format Painter": "Reproduire la mise en forme",
|
383
|
-
"Insert\/edit iframe": "Ins\u00e9rer\/modifier iframe",
|
384
|
-
"Capitalization": "Mise en majuscules",
|
385
|
-
"lowercase": "minuscule",
|
386
|
-
"UPPERCASE": "MAJUSCULE",
|
387
|
-
"Title Case": "Casse du titre",
|
388
|
-
"Permanent Pen Properties": "Propri\u00e9t\u00e9s du feutre ind\u00e9l\u00e9bile",
|
389
|
-
"Permanent pen properties...": "Propri\u00e9t\u00e9s du feutre ind\u00e9l\u00e9bile...",
|
390
389
|
"Font": "Police",
|
391
390
|
"Size": "Taille",
|
392
391
|
"More...": "Plus...",
|
393
|
-
"Spellcheck Language": "Langue du correcteur orthographique",
|
394
392
|
"Select...": "S\u00e9lectionner...",
|
395
393
|
"Preferences": "Pr\u00e9f\u00e9rences",
|
396
394
|
"Yes": "Oui",
|
397
395
|
"No": "Non",
|
398
396
|
"Keyboard Navigation": "Navigation au clavier",
|
399
397
|
"Version": "Version",
|
398
|
+
"Code view": "Affichage du code",
|
399
|
+
"Open popup menu for split buttons": "Ouvrir le menu contextuel pour les boutons partag\u00e9s",
|
400
|
+
"List Properties": "Propri\u00e9t\u00e9s de la liste",
|
401
|
+
"List properties...": "Lister les propri\u00e9t\u00e9s...",
|
402
|
+
"Start list at number": "Liste de d\u00e9part au num\u00e9ro",
|
403
|
+
"Line height": "Hauteur de la ligne",
|
404
|
+
"comments": "commentaires",
|
405
|
+
"Format Painter": "Reproduire la mise en forme",
|
406
|
+
"Insert\/edit iframe": "Ins\u00e9rer\/modifier iframe",
|
407
|
+
"Capitalization": "Mise en majuscules",
|
408
|
+
"lowercase": "minuscule",
|
409
|
+
"UPPERCASE": "MAJUSCULE",
|
410
|
+
"Title Case": "Casse du titre",
|
411
|
+
"permanent pen": "feutre ind\u00e9l\u00e9bile",
|
412
|
+
"Permanent Pen Properties": "Propri\u00e9t\u00e9s du feutre ind\u00e9l\u00e9bile",
|
413
|
+
"Permanent pen properties...": "Propri\u00e9t\u00e9s du feutre ind\u00e9l\u00e9bile...",
|
414
|
+
"case change": "changement de cas",
|
415
|
+
"page embed": "int\u00e9gration de page",
|
416
|
+
"Advanced sort...": "Tri avanc\u00e9...",
|
417
|
+
"Advanced Sort": "Tri avanc\u00e9",
|
418
|
+
"Sort table by column ascending": "Trier le tableau par colonne ascendante",
|
419
|
+
"Sort table by column descending": "Trier le tableau par colonne en ordre d\u00e9croissant",
|
420
|
+
"Sort": "Sorte",
|
421
|
+
"Order": "Ordre",
|
422
|
+
"Sort by": "Trier par",
|
423
|
+
"Ascending": "Ascendant",
|
424
|
+
"Descending": "Descendant",
|
425
|
+
"Column {0}": "Colonne {0}",
|
426
|
+
"Row {0}": "Ligne {0}",
|
427
|
+
"Spellcheck...": "V\u00e9rification orthographique...",
|
428
|
+
"Misspelled word": "Mot mal orthographi\u00e9",
|
429
|
+
"Suggestions": "Suggestions",
|
430
|
+
"Change": "Changement",
|
431
|
+
"Finding word suggestions": "Trouver des suggestions de mots",
|
432
|
+
"Success": "Succ\u00e8s",
|
433
|
+
"Repair": "R\u00e9paration",
|
434
|
+
"Issue {0} of {1}": " {0} Erreur sur {1}",
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Les images doivent \u00eatre marqu\u00e9es comme d\u00e9coratives ou avoir une description textuelle alternative",
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "Les images doivent avoir une description textuelle alternative. Les images d\u00e9coratives ne sont pas autoris\u00e9es.",
|
437
|
+
"Or provide alternative text:": "Ou fournissez un texte alternatif\u00a0:",
|
438
|
+
"Make image decorative:": "Rendre l'image d\u00e9corative\u00a0:",
|
439
|
+
"ID attribute must be unique": "L'attribut ID doit \u00eatre unique",
|
440
|
+
"Make ID unique": "Rendre l'identifiant unique",
|
441
|
+
"Keep this ID and remove all others": "Conservez cet identifiant et supprimez tous les autres",
|
442
|
+
"Remove this ID": "Supprimer cet identifiant",
|
443
|
+
"Remove all IDs": "Supprimer tous les identifiants",
|
444
|
+
"Checklist": "Liste de contr\u00f4le",
|
400
445
|
"Anchor": "Ancre",
|
401
446
|
"Special character": "Caract\u00e8res sp\u00e9ciaux",
|
402
447
|
"Code sample": "Extrait de code",
|
403
448
|
"Color": "Couleur",
|
404
|
-
"Emoticons": "Emotic\u00f4nes",
|
405
449
|
"Document properties": "Propri\u00e9t\u00e9 du document",
|
450
|
+
"Image description": "Description de l'image",
|
406
451
|
"Image": "Image",
|
407
452
|
"Insert link": "Ins\u00e9rer un lien",
|
408
453
|
"Target": "Cible",
|
@@ -413,7 +458,5 @@ tinymce.addI18n('fr_FR',{
|
|
413
458
|
"Prev": "Pr\u00e9c ",
|
414
459
|
"Find and replace": "Trouver et remplacer",
|
415
460
|
"Whole words": "Mots entiers",
|
416
|
-
"Spellcheck": "V\u00e9rification orthographique",
|
417
|
-
"Caption": "Titre",
|
418
461
|
"Insert template": "Ajouter un th\u00e8me"
|
419
462
|
});
|
@@ -85,6 +85,7 @@ tinymce.addI18n('hu_HU',{
|
|
85
85
|
"B": "B",
|
86
86
|
"Left to right": "Balr\u00f3l jobbra",
|
87
87
|
"Right to left": "Jobbr\u00f3l balra",
|
88
|
+
"Emoticons": "Vigyorok",
|
88
89
|
"Emoticons...": "Hangulatjelek...",
|
89
90
|
"Metadata and Document Properties": "Metaadatok \u00e9s a dokumentum tulajdons\u00e1gai",
|
90
91
|
"Title": "C\u00edm",
|
@@ -113,7 +114,9 @@ tinymce.addI18n('hu_HU',{
|
|
113
114
|
"Handy Shortcuts": "Hasznos linkek",
|
114
115
|
"Horizontal line": "V\u00edzszintes vonal",
|
115
116
|
"Insert\/edit image": "K\u00e9p beilleszt\u00e9se\/szerkeszt\u00e9se",
|
116
|
-
"
|
117
|
+
"Alternative description": "Alternat\u00edv le\u00edr\u00e1s",
|
118
|
+
"Accessibility": "Akad\u00e1lymentes\u00edt\u00e9s",
|
119
|
+
"Image is decorative": "Dekor\u00e1ci\u00f3s k\u00e9p",
|
117
120
|
"Source": "Forr\u00e1s",
|
118
121
|
"Dimensions": "M\u00e9retek",
|
119
122
|
"Constrain proportions": "M\u00e9retar\u00e1ny",
|
@@ -147,7 +150,6 @@ tinymce.addI18n('hu_HU',{
|
|
147
150
|
"Back": "Vissza",
|
148
151
|
"Insert date\/time": "D\u00e1tum\/id\u0151 beilleszt\u00e9se",
|
149
152
|
"Date\/time": "D\u00e1tum\/id\u0151",
|
150
|
-
"Insert\/Edit Link": "Hivatkoz\u00e1s beilleszt\u00e9se\/szerkeszt\u00e9se",
|
151
153
|
"Insert\/edit link": "Hivatkoz\u00e1s beilleszt\u00e9se\/szerkeszt\u00e9se",
|
152
154
|
"Text to display": "Megjelen\u0151 sz\u00f6veg",
|
153
155
|
"Url": "Url",
|
@@ -155,12 +157,14 @@ tinymce.addI18n('hu_HU',{
|
|
155
157
|
"Current window": "Jelenlegi ablak",
|
156
158
|
"None": "Nincs",
|
157
159
|
"New window": "\u00daj ablak",
|
160
|
+
"Open link": "Hivatkoz\u00e1s megnyit\u00e1sa",
|
158
161
|
"Remove link": "Hivatkoz\u00e1s t\u00f6rl\u00e9se",
|
159
162
|
"Anchors": "Horgonyok",
|
160
163
|
"Link...": "Hivatkoz\u00e1s...",
|
161
164
|
"Paste or type a link": "Hivatkoz\u00e1s be\u00edr\u00e1sa vagy beilleszt\u00e9se",
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "A megadott URL email c\u00edmnek t\u0171nik. Szeretn\u00e9d hozz\u00e1adni a sz\u00fcks\u00e9ges mailto: el\u0151tagot?",
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "A megadott URL k\u00fcls\u0151 c\u00edmnek t\u0171nik. Szeretn\u00e9d hozz\u00e1adni a sz\u00fcks\u00e9ges http:\/\/ el\u0151tagot?",
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Az URL amit megadt\u00e1l k\u00fcls\u0151 hivatkoz\u00e1s. Szeretn\u00e9d https:\/\/ el\u0151taggal megnyitni?",
|
164
168
|
"Link list": "Hivatkoz\u00e1slista",
|
165
169
|
"Insert video": "Vide\u00f3 beilleszt\u00e9se",
|
166
170
|
"Insert\/edit video": "Vide\u00f3 beilleszt\u00e9se\/szerkeszt\u00e9se",
|
@@ -183,11 +187,15 @@ tinymce.addI18n('hu_HU',{
|
|
183
187
|
"Replace all": "Az \u00f6sszes cser\u00e9je",
|
184
188
|
"Previous": "El\u0151z\u0151",
|
185
189
|
"Next": "K\u00f6vetkez\u0151",
|
190
|
+
"Find and Replace": "Keres\u00e9s \u00e9s csere",
|
186
191
|
"Find and replace...": "Keres\u00e9s \u00e9s csere...",
|
187
192
|
"Could not find the specified string.": "A be\u00edrt kifejez\u00e9s nem tal\u00e1lhat\u00f3.",
|
188
193
|
"Match case": "Kis \u00e9s nagybet\u0171k megk\u00fcl\u00f6nb\u00f6ztet\u00e9se",
|
189
194
|
"Find whole words only": "Csak teljes szavak keres\u00e9se",
|
190
|
-
"
|
195
|
+
"Find in selection": "Keres\u00e9s a kiv\u00e1laszt\u00e1sban",
|
196
|
+
"Spellcheck": "Helyes\u00edr\u00e1s ellen\u0151rz\u00e9s",
|
197
|
+
"Spellcheck Language": "Helyes\u00edr\u00e1s-ellen\u0151rz\u00e9s nyelve",
|
198
|
+
"No misspellings found.": "Nincsenek el\u00edr\u00e1sok.",
|
191
199
|
"Ignore": "Figyelmen k\u00edv\u00fcl hagy",
|
192
200
|
"Ignore all": "Mindent figyelmen k\u00edv\u00fcl hagy",
|
193
201
|
"Finish": "Befejez\u00e9s",
|
@@ -218,6 +226,7 @@ tinymce.addI18n('hu_HU',{
|
|
218
226
|
"Height": "Magass\u00e1g",
|
219
227
|
"Cell spacing": "Cell\u00e1k t\u00e1vols\u00e1ga",
|
220
228
|
"Cell padding": "Cella m\u00e9rete",
|
229
|
+
"Caption": "Felirat",
|
221
230
|
"Show caption": "C\u00edm megjelen\u00edt\u00e9se",
|
222
231
|
"Left": "Bal",
|
223
232
|
"Center": "K\u00f6z\u00e9p",
|
@@ -377,32 +386,68 @@ tinymce.addI18n('hu_HU',{
|
|
377
386
|
"formatting": "form\u00e1z\u00e1s",
|
378
387
|
"alignment": "igaz\u00edt\u00e1s",
|
379
388
|
"indentation": "beh\u00faz\u00e1s",
|
380
|
-
"permanent pen": "sz\u00f6vegkiemel\u0151",
|
381
|
-
"comments": "megjegyz\u00e9sek",
|
382
|
-
"Format Painter": "Form\u00e1tumm\u00e1sol\u00f3",
|
383
|
-
"Insert\/edit iframe": "iframe besz\u00far\u00e1sa\/szerkeszt\u00e9se",
|
384
|
-
"Capitalization": "Nagybet\u0171s \u00edr\u00e1s",
|
385
|
-
"lowercase": "kisbet\u0171s",
|
386
|
-
"UPPERCASE": "NAGYBET\u0170S",
|
387
|
-
"Title Case": "C\u00edm szerinti \u00edr\u00e1sm\u00f3d",
|
388
|
-
"Permanent Pen Properties": "Tart\u00f3s toll tulajdons\u00e1gai",
|
389
|
-
"Permanent pen properties...": "Tart\u00f3s toll tulajdons\u00e1gai...",
|
390
389
|
"Font": "Bet\u0171t\u00edpus",
|
391
390
|
"Size": "M\u00e9ret",
|
392
391
|
"More...": "Tov\u00e1bbiak...",
|
393
|
-
"Spellcheck Language": "Helyes\u00edr\u00e1s-ellen\u0151rz\u00e9s nyelve",
|
394
392
|
"Select...": "V\u00e1lasszon...",
|
395
393
|
"Preferences": "Preferenci\u00e1k",
|
396
394
|
"Yes": "Igen",
|
397
395
|
"No": "Nem",
|
398
396
|
"Keyboard Navigation": "Billenty\u0171zettel val\u00f3 navig\u00e1l\u00e1s",
|
399
397
|
"Version": "Verzi\u00f3",
|
398
|
+
"Code view": "K\u00f3d n\u00e9zet",
|
399
|
+
"Open popup menu for split buttons": "Felugr\u00f3 men\u00fc megnyit\u00e1sa az osztott gombokhoz",
|
400
|
+
"List Properties": "Lista tulajdons\u00e1gai",
|
401
|
+
"List properties...": "Lista tulajdons\u00e1gai...",
|
402
|
+
"Start list at number": "Lista kezd\u00e9se ett\u0151l a sz\u00e1mt\u00f3l",
|
403
|
+
"Line height": "Sor magass\u00e1ga",
|
404
|
+
"comments": "megjegyz\u00e9sek",
|
405
|
+
"Format Painter": "Form\u00e1tumm\u00e1sol\u00f3",
|
406
|
+
"Insert\/edit iframe": "iframe besz\u00far\u00e1sa\/szerkeszt\u00e9se",
|
407
|
+
"Capitalization": "Nagybet\u0171s \u00edr\u00e1s",
|
408
|
+
"lowercase": "kisbet\u0171s",
|
409
|
+
"UPPERCASE": "NAGYBET\u0170S",
|
410
|
+
"Title Case": "C\u00edm szerinti \u00edr\u00e1sm\u00f3d",
|
411
|
+
"permanent pen": "sz\u00f6vegkiemel\u0151",
|
412
|
+
"Permanent Pen Properties": "Tart\u00f3s toll tulajdons\u00e1gai",
|
413
|
+
"Permanent pen properties...": "Tart\u00f3s toll tulajdons\u00e1gai...",
|
414
|
+
"case change": "esetv\u00e1lt\u00e1s",
|
415
|
+
"page embed": "oldal be\u00e1gyaz\u00e1s",
|
416
|
+
"Advanced sort...": "Speci\u00e1lis rendez\u00e9s... ",
|
417
|
+
"Advanced Sort": "Speci\u00e1lis rendez\u00e9s",
|
418
|
+
"Sort table by column ascending": "T\u00e1bl\u00e1zat rendez\u00e9se oszlop szerint n\u00f6vekv\u0151 sorrendben",
|
419
|
+
"Sort table by column descending": "T\u00e1bl\u00e1zat rendez\u00e9se oszlop szerint cs\u00f6kken\u0151 sorrendben",
|
420
|
+
"Sort": "Rendez\u00e9s",
|
421
|
+
"Order": "Sorrend",
|
422
|
+
"Sort by": "Rendez\u00e9s",
|
423
|
+
"Ascending": "N\u00f6vekv\u0151",
|
424
|
+
"Descending": "Cs\u00f6kken\u0151",
|
425
|
+
"Column {0}": "Oszlop {0}",
|
426
|
+
"Row {0}": "Sor {0}",
|
427
|
+
"Spellcheck...": "Helyes\u00edr\u00e1s ellen\u0151rz\u00e9s...",
|
428
|
+
"Misspelled word": "Helytelen\u00fcl \u00edrt sz\u00f3",
|
429
|
+
"Suggestions": "Javaslatok",
|
430
|
+
"Change": "V\u00e1ltoz\u00e1s",
|
431
|
+
"Finding word suggestions": "Sz\u00f3javaslatok keres\u00e9se",
|
432
|
+
"Success": "Siker",
|
433
|
+
"Repair": "Jav\u00edt\u00e1s",
|
434
|
+
"Issue {0} of {1}": "Probl\u00e9ma {0} - {1}",
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "A k\u00e9peket dekor\u00e1ci\u00f3k\u00e9nt kell megjel\u00f6lni, vagy alternat\u00edv sz\u00f6veges le\u00edr\u00e1ssal kell ell\u00e1tni",
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "A k\u00e9peknek alternat\u00edv sz\u00f6veges le\u00edr\u00e1ssal kell rendelkezni\u00fck. Dekor\u00e1ci\u00f3s k\u00e9pek nem megengedettek.",
|
437
|
+
"Or provide alternative text:": "Vagy adjon meg alternat\u00edv sz\u00f6veget:",
|
438
|
+
"Make image decorative:": "Dekor\u00e1ci\u00f3s k\u00e9p:",
|
439
|
+
"ID attribute must be unique": "Az azonos\u00edt\u00f3 attrib\u00fatumnak egyedinek kell lennie",
|
440
|
+
"Make ID unique": "Egyedi azonos\u00edt\u00f3 l\u00e9trehoz\u00e1sa",
|
441
|
+
"Keep this ID and remove all others": "Ennek kiv\u00e9tel\u00e9vel az \u00f6sszes azonos\u00edt\u00f3 elt\u00e1vol\u00edt\u00e1sa",
|
442
|
+
"Remove this ID": "Azonos\u00edt\u00f3 elt\u00e1vol\u00edt\u00e1sa",
|
443
|
+
"Remove all IDs": "\u00d6sszes azonos\u00edt\u00f3 elt\u00e1vol\u00edt\u00e1sa",
|
444
|
+
"Checklist": "Ellen\u0151rz\u0151 lista",
|
400
445
|
"Anchor": "Horgony",
|
401
446
|
"Special character": "Speci\u00e1lis karakter",
|
402
447
|
"Code sample": "K\u00f3d p\u00e9lda",
|
403
448
|
"Color": "Sz\u00edn",
|
404
|
-
"Emoticons": "Vigyorok",
|
405
449
|
"Document properties": "Dokumentum tulajdons\u00e1gai",
|
450
|
+
"Image description": "K\u00e9p le\u00edr\u00e1sa",
|
406
451
|
"Image": "K\u00e9p",
|
407
452
|
"Insert link": "Hivatkoz\u00e1s beilleszt\u00e9se",
|
408
453
|
"Target": "C\u00e9l",
|
@@ -413,7 +458,5 @@ tinymce.addI18n('hu_HU',{
|
|
413
458
|
"Prev": "El\u0151z\u0151",
|
414
459
|
"Find and replace": "Keres\u00e9s \u00e9s csere",
|
415
460
|
"Whole words": "Csak ha ez a teljes sz\u00f3",
|
416
|
-
"Spellcheck": "Helyes\u00edr\u00e1s ellen\u0151rz\u00e9s",
|
417
|
-
"Caption": "Felirat",
|
418
461
|
"Insert template": "Sablon beilleszt\u00e9se"
|
419
462
|
});
|
@@ -85,6 +85,7 @@ tinymce.addI18n('ja',{
|
|
85
85
|
"B": "B",
|
86
86
|
"Left to right": "\u5de6\u304b\u3089\u53f3",
|
87
87
|
"Right to left": "\u53f3\u304b\u3089\u5de6",
|
88
|
+
"Emoticons": "\u7d75\u6587\u5b57",
|
88
89
|
"Emoticons...": "\u7d75\u6587\u5b57...",
|
89
90
|
"Metadata and Document Properties": "\u30e1\u30bf\u30c7\u30fc\u30bf\u3068\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30d7\u30ed\u30d1\u30c6\u30a3",
|
90
91
|
"Title": "\u30bf\u30a4\u30c8\u30eb",
|
@@ -113,7 +114,9 @@ tinymce.addI18n('ja',{
|
|
113
114
|
"Handy Shortcuts": "\u4fbf\u5229\u306a\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8",
|
114
115
|
"Horizontal line": "\u6c34\u5e73\u7f6b\u7dda",
|
115
116
|
"Insert\/edit image": "\u753b\u50cf\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
116
|
-
"
|
117
|
+
"Alternative description": "\u4ee3\u66ff\u306e\u8aac\u660e\u6587",
|
118
|
+
"Accessibility": "\u30a2\u30af\u30bb\u30b7\u30d3\u30ea\u30c6\u30a3",
|
119
|
+
"Image is decorative": "\u753b\u50cf\u306f\u88c5\u98fe\u753b\u50cf",
|
117
120
|
"Source": "\u753b\u50cf\u306e\u30bd\u30fc\u30b9",
|
118
121
|
"Dimensions": "\u753b\u50cf\u30b5\u30a4\u30ba\uff08\u6a2a\u30fb\u7e26\uff09",
|
119
122
|
"Constrain proportions": "\u7e26\u6a2a\u6bd4\u3092\u4fdd\u6301\u3059\u308b",
|
@@ -147,7 +150,6 @@ tinymce.addI18n('ja',{
|
|
147
150
|
"Back": "\u623b\u308b",
|
148
151
|
"Insert date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
|
149
152
|
"Date\/time": "\u65e5\u4ed8\u30fb\u6642\u523b",
|
150
|
-
"Insert\/Edit Link": "\u30ea\u30f3\u30af\u306e\u633f\u5165\/\u7de8\u96c6",
|
151
153
|
"Insert\/edit link": "\u30ea\u30f3\u30af\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
152
154
|
"Text to display": "\u30ea\u30f3\u30af\u5143\u30c6\u30ad\u30b9\u30c8",
|
153
155
|
"Url": "\u30ea\u30f3\u30af\u5148URL",
|
@@ -155,12 +157,14 @@ tinymce.addI18n('ja',{
|
|
155
157
|
"Current window": "\u540c\u3058\u30a6\u30a3\u30f3\u30c9\u30a6",
|
156
158
|
"None": "\u306a\u3057",
|
157
159
|
"New window": "\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6",
|
160
|
+
"Open link": "\u30ea\u30f3\u30af\u3092\u958b\u304f",
|
158
161
|
"Remove link": "\u30ea\u30f3\u30af\u306e\u524a\u9664",
|
159
162
|
"Anchors": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
|
160
163
|
"Link...": "\u30ea\u30f3\u30af...",
|
161
164
|
"Paste or type a link": "\u30ea\u30f3\u30af\u3092\u30da\u30fc\u30b9\u30c8\u307e\u305f\u306f\u5165\u529b",
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u3088\u3046\u3067\u3059\u3002\u300cmailto:\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u300chttp:\/\/\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "\u5165\u529b\u3055\u308c\u305fURL\u306f\u5916\u90e8\u30ea\u30f3\u30af\u306e\u3088\u3046\u3067\u3059\u3002\u5fc5\u8981\u306a\u300chttps:\/\/\u300d\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u3092\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f",
|
164
168
|
"Link list": "\u30ea\u30f3\u30af\u4e00\u89a7",
|
165
169
|
"Insert video": "\u52d5\u753b",
|
166
170
|
"Insert\/edit video": "\u52d5\u753b\u306e\u633f\u5165\u30fb\u7de8\u96c6",
|
@@ -183,11 +187,15 @@ tinymce.addI18n('ja',{
|
|
183
187
|
"Replace all": "\u5168\u3066\u3092\u7f6e\u304d\u63db\u3048\u308b",
|
184
188
|
"Previous": "\u524d\u3078",
|
185
189
|
"Next": "\u6b21",
|
190
|
+
"Find and Replace": "\u691c\u7d22\u3068\u7f6e\u63db",
|
186
191
|
"Find and replace...": "\u7f6e\u63db...",
|
187
192
|
"Could not find the specified string.": "\u304a\u63a2\u3057\u306e\u6587\u5b57\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",
|
188
193
|
"Match case": "\u5927\u6587\u5b57\u30fb\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3059\u308b",
|
189
194
|
"Find whole words only": "\u8a9e\u5168\u4f53\u3092\u542b\u3080\u3082\u306e\u306e\u307f\u691c\u7d22",
|
190
|
-
"
|
195
|
+
"Find in selection": "\u9078\u629e\u90e8\u5206\u3067\u691c\u7d22",
|
196
|
+
"Spellcheck": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
|
197
|
+
"Spellcheck Language": "\u8a00\u8a9e\u306e\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
|
198
|
+
"No misspellings found.": "\u30b9\u30da\u30eb\u30df\u30b9\u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f",
|
191
199
|
"Ignore": "\u7121\u8996",
|
192
200
|
"Ignore all": "\u5168\u3066\u3092\u7121\u8996",
|
193
201
|
"Finish": "\u7d42\u4e86",
|
@@ -218,6 +226,7 @@ tinymce.addI18n('ja',{
|
|
218
226
|
"Height": "\u9ad8\u3055",
|
219
227
|
"Cell spacing": "\u30bb\u30eb\u306e\u9593\u9694",
|
220
228
|
"Cell padding": "\u30bb\u30eb\u5185\u4f59\u767d\uff08\u30d1\u30c7\u30a3\u30f3\u30b0\uff09",
|
229
|
+
"Caption": "\u8868\u984c",
|
221
230
|
"Show caption": "\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u306e\u8868\u793a",
|
222
231
|
"Left": "\u5de6\u5bc4\u305b",
|
223
232
|
"Center": "\u4e2d\u592e\u63c3\u3048",
|
@@ -377,32 +386,68 @@ tinymce.addI18n('ja',{
|
|
377
386
|
"formatting": "\u66f8\u5f0f",
|
378
387
|
"alignment": "\u914d\u7f6e",
|
379
388
|
"indentation": "\u30a4\u30f3\u30c7\u30f3\u30c8",
|
380
|
-
"permanent pen": "\u86cd\u5149\u30da\u30f3",
|
381
|
-
"comments": "\u30b3\u30e1\u30f3\u30c8",
|
382
|
-
"Format Painter": "\u66f8\u5f0f\u306e\u30b3\u30d4\u30fc\/\u8cbc\u308a\u4ed8\u3051",
|
383
|
-
"Insert\/edit iframe": "iframe\u306e\u633f\u5165\/\u7de8\u96c6",
|
384
|
-
"Capitalization": "\u5927\u6587\u5b57\u5316",
|
385
|
-
"lowercase": "\u5c0f\u6587\u5b57",
|
386
|
-
"UPPERCASE": "\u5927\u6587\u5b57",
|
387
|
-
"Title Case": "\u30bf\u30a4\u30c8\u30eb\u6587\u5b57",
|
388
|
-
"Permanent Pen Properties": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
389
|
-
"Permanent pen properties...": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
|
390
389
|
"Font": "\u30d5\u30a9\u30f3\u30c8",
|
391
390
|
"Size": "\u30b5\u30a4\u30ba",
|
392
391
|
"More...": "\u8a73\u7d30...",
|
393
|
-
"Spellcheck Language": "\u8a00\u8a9e\u306e\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
|
394
392
|
"Select...": "\u9078\u629e...",
|
395
393
|
"Preferences": "\u30d7\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9",
|
396
394
|
"Yes": "\u306f\u3044",
|
397
395
|
"No": "\u3044\u3044\u3048",
|
398
396
|
"Keyboard Navigation": "\u30ad\u30fc\u30dc\u30fc\u30c9\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3",
|
399
397
|
"Version": "\u30d0\u30fc\u30b8\u30e7\u30f3",
|
398
|
+
"Code view": "\u30b3\u30fc\u30c9\u8868\u793a",
|
399
|
+
"Open popup menu for split buttons": "\u5206\u5272\u30dc\u30bf\u30f3\u306e\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u30e1\u30cb\u30e5\u30fc\u3092\u958b\u304f",
|
400
|
+
"List Properties": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
401
|
+
"List properties...": "\u7b87\u6761\u66f8\u304d\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
|
402
|
+
"Start list at number": "\u756a\u53f7\u30ea\u30b9\u30c8\u306e\u958b\u59cb",
|
403
|
+
"Line height": "\u884c\u306e\u9ad8\u3055",
|
404
|
+
"comments": "\u30b3\u30e1\u30f3\u30c8",
|
405
|
+
"Format Painter": "\u66f8\u5f0f\u306e\u30b3\u30d4\u30fc\/\u8cbc\u308a\u4ed8\u3051",
|
406
|
+
"Insert\/edit iframe": "iframe\u306e\u633f\u5165\/\u7de8\u96c6",
|
407
|
+
"Capitalization": "\u5927\u6587\u5b57\u5316",
|
408
|
+
"lowercase": "\u5c0f\u6587\u5b57",
|
409
|
+
"UPPERCASE": "\u5927\u6587\u5b57",
|
410
|
+
"Title Case": "\u30bf\u30a4\u30c8\u30eb\u6587\u5b57",
|
411
|
+
"permanent pen": "\u86cd\u5149\u30da\u30f3",
|
412
|
+
"Permanent Pen Properties": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
413
|
+
"Permanent pen properties...": "\u86cd\u5149\u30da\u30f3\u306e\u30d7\u30ed\u30d1\u30c6\u30a3...",
|
414
|
+
"case change": "\u5927\u6587\u5b57\/\u5c0f\u6587\u5b57\u306e\u5909\u66f4",
|
415
|
+
"page embed": "\u30da\u30fc\u30b8\u57cb\u3081\u8fbc\u307f",
|
416
|
+
"Advanced sort...": "\u9ad8\u5ea6\u306a\u4e26\u3079\u66ff\u3048...",
|
417
|
+
"Advanced Sort": "\u9ad8\u5ea6\u306a\u4e26\u3079\u66ff\u3048",
|
418
|
+
"Sort table by column ascending": "\u5217\u306e\u6607\u9806\u3067\u8868\u3092\u4e26\u3079\u66ff\u3048\u308b",
|
419
|
+
"Sort table by column descending": "\u5217\u306e\u964d\u9806\u3067\u8868\u3092\u4e26\u3079\u66ff\u3048\u308b",
|
420
|
+
"Sort": "\u4e26\u3079\u66ff\u3048",
|
421
|
+
"Order": "\u9806\u5e8f",
|
422
|
+
"Sort by": "\u4e26\u3073\u66ff\u3048",
|
423
|
+
"Ascending": "\u6607\u9806",
|
424
|
+
"Descending": "\u964d\u9806",
|
425
|
+
"Column {0}": "\u5217 {0}",
|
426
|
+
"Row {0}": "\u884c {0}",
|
427
|
+
"Spellcheck...": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af ...",
|
428
|
+
"Misspelled word": "\u30b9\u30da\u30eb\u30df\u30b9\u306e\u5358\u8a9e",
|
429
|
+
"Suggestions": "\u63d0\u6848",
|
430
|
+
"Change": "\u5909\u66f4",
|
431
|
+
"Finding word suggestions": "\u5358\u8a9e\u306e\u63d0\u6848\u3092\u691c\u7d22",
|
432
|
+
"Success": "\u6210\u529f",
|
433
|
+
"Repair": "\u4fee\u5fa9",
|
434
|
+
"Issue {0} of {1}": "{1}\u306e{0}\u3092\u767a\u884c",
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "\u753b\u50cf\u306f\u88c5\u98fe\u3068\u3057\u3066\u30de\u30fc\u30af\u3059\u308b\u304b\u3001\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u306e\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059",
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "\u753b\u50cf\u306b\u306f\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u306e\u8aac\u660e\u304c\u5fc5\u8981\u3067\u3059\u3002\u88c5\u98fe\u7684\u306a\u753b\u50cf\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
|
437
|
+
"Or provide alternative text:": "\u307e\u305f\u306f\u4ee3\u66ff\u30c6\u30ad\u30b9\u30c8\u3092\u63d0\u4f9b:",
|
438
|
+
"Make image decorative:": "\u753b\u50cf\u3092\u88c5\u98fe\u7684\u306b\u3059\u308b:",
|
439
|
+
"ID attribute must be unique": "ID\u306e\u5c5e\u6027\u306f\u4e00\u610f\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",
|
440
|
+
"Make ID unique": "ID\u3092\u4e00\u610f\u306b\u3059\u308b",
|
441
|
+
"Keep this ID and remove all others": "\u3053\u306eID\u3092\u4fdd\u6301\u3057\u3001\u4ed6\u306e\u3059\u3079\u3066\u3092\u524a\u9664\u3057\u307e\u3059",
|
442
|
+
"Remove this ID": "\u3053\u306eID\u3092\u524a\u9664\u3057\u307e\u3059",
|
443
|
+
"Remove all IDs": "\u3059\u3079\u3066\u306eID\u3092\u524a\u9664\u3057\u307e\u3059",
|
444
|
+
"Checklist": "\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8",
|
400
445
|
"Anchor": "\u30a2\u30f3\u30ab\u30fc\uff08\u30ea\u30f3\u30af\u306e\u5230\u9054\u70b9\uff09",
|
401
446
|
"Special character": "\u7279\u6b8a\u6587\u5b57",
|
402
447
|
"Code sample": "\u30b3\u30fc\u30c9\u30b5\u30f3\u30d7\u30eb",
|
403
448
|
"Color": "\u30ab\u30e9\u30fc",
|
404
|
-
"Emoticons": "\u7d75\u6587\u5b57",
|
405
449
|
"Document properties": "\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3",
|
450
|
+
"Image description": "\u753b\u50cf\u306e\u8aac\u660e\u6587",
|
406
451
|
"Image": "\u753b\u50cf",
|
407
452
|
"Insert link": "\u30ea\u30f3\u30af",
|
408
453
|
"Target": "\u30bf\u30fc\u30b2\u30c3\u30c8\u5c5e\u6027",
|
@@ -413,7 +458,5 @@ tinymce.addI18n('ja',{
|
|
413
458
|
"Prev": "\u524d",
|
414
459
|
"Find and replace": "\u691c\u7d22\u3068\u7f6e\u304d\u63db\u3048",
|
415
460
|
"Whole words": "\u5358\u8a9e\u5358\u4f4d\u3067\u691c\u7d22\u3059\u308b",
|
416
|
-
"Spellcheck": "\u30b9\u30da\u30eb\u30c1\u30a7\u30c3\u30af",
|
417
|
-
"Caption": "\u8868\u984c",
|
418
461
|
"Insert template": "\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306e\u633f\u5165"
|
419
462
|
});
|