Skip to content

Commit

Permalink
Update langs 2023-08-28 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: mklkj <[email protected]>
  • Loading branch information
github-actions[bot] and mklkj authored Aug 28, 2023
1 parent b0b839a commit 6659b46
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mklkj/tinymce-i18n",
"version": "23.8.14",
"version": "23.8.28",
"description": "Languages for TinyMCE 4, 5 and 6",
"keywords": [
"i18n",
Expand Down
2 changes: 1 addition & 1 deletion langs6/de.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tinymce.addI18n("de", {
"Redo": "Wiederholen",
"Redo": "Redo",
"Undo": "R\xfcckg\xe4ngig machen",
"Cut": "Ausschneiden",
"Copy": "Kopieren",
Expand Down
4 changes: 2 additions & 2 deletions langs6/et.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tinymce.addI18n("et", {
"Blocks": "Plokid",
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Kleepimine on n\xfc\xfcd lihtteksti re\u017eiimis. Sisu kleebitakse lihttekstina seni, kuni Sa selle valiku v\xe4lja l\xfclitad.",
"Fonts": "Fondid",
"Font sizes": "",
"Font sizes": "Fondi suurused",
"Class": "Klass",
"Browse for an image": "Sirvi pilte",
"OR": "V\xd5I",
Expand Down Expand Up @@ -396,7 +396,7 @@ tinymce.addI18n("et", {
"List Properties": "",
"List properties...": "",
"Start list at number": "",
"Line height": "",
"Line height": "Reak\xf5rgus",
"Dropped file type is not supported": "",
"Loading...": "",
"ImageProxy HTTP error: Rejected request": "",
Expand Down
16 changes: 8 additions & 8 deletions langs6/nb_NO.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tinymce.addI18n("nb_NO", {
"Blocks": "Blokker",
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Lim inn er n\xe5 i ren tekst-modus. Kopiert innhold vil bli limt inn som ren tekst inntil du sl\xe5r av dette valget.",
"Fonts": "Fonter",
"Font sizes": "Font st\xf8rrelse",
"Font sizes": "Fontst\xf8rrelser",
"Class": "Klasse",
"Browse for an image": "S\xf8k etter bilde",
"OR": "QR",
Expand All @@ -72,7 +72,7 @@ tinymce.addI18n("nb_NO", {
"You have unsaved changes are you sure you want to navigate away?": "Du har ikke arkivert endringene. Vil du fortsette uten \xe5 arkivere?",
"Restore last draft": "Gjenopprett siste utkast",
"Special character...": "Spesialtegn...",
"Special Character": "Spesial tegn",
"Special Character": "Spesialtegn",
"Source code": "Kildekode",
"Insert/Edit code sample": "Sett inn / endre kodeeksempel",
"Language": "Spr\xe5k",
Expand Down Expand Up @@ -192,9 +192,9 @@ tinymce.addI18n("nb_NO", {
"Height": "H\xf8yde",
"Cell spacing": "Celleavstand",
"Cell padding": "Cellemarg",
"Row clipboard actions": "Rad utklippstavle handlinger",
"Column clipboard actions": "Kolonne utklippstavlehandlinger",
"Table styles": "Tabell stiler",
"Row clipboard actions": "Rad-utklippstavlehandlinger",
"Column clipboard actions": "Kolonne-utklippstavlehandlinger",
"Table styles": "Tabellstiler",
"Cell styles": "Cellestiler",
"Column header": "Kolonneoverskrift",
"Row header": "Radoverskrift",
Expand Down Expand Up @@ -317,9 +317,9 @@ tinymce.addI18n("nb_NO", {
"yuan character": "yuan-symbol",
"yuan character, in hong kong and taiwan": "yuan-symbol, i Hongkong og Taiwan",
"yen/yuan character variant one": "yen/yuan-symbol variant en",
"Emojis": "Emojis",
"Emojis...": "Emojis...",
"Loading emojis...": "Laster emojis...",
"Emojis": "Emojier",
"Emojis...": "Emojier...",
"Loading emojis...": "Laster emojier...",
"Could not load emojis": "Kunne ikke laste inn emojier",
"People": "Mennesker",
"Animals and Nature": "Dyr og natur",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce-i18n",
"version": "23.8.14",
"version": "23.8.28",
"description": "Languages for TinyMCE 4, 5 and 6",
"keywords": [
"i18n",
Expand Down

0 comments on commit 6659b46

Please sign in to comment.