Skip to content

Commit

Permalink
Merge pull request #274 from Progress1/lng_update
Browse files Browse the repository at this point in the history
Language update (previous messagebox commit)
  • Loading branch information
Progress1 authored May 3, 2024
2 parents 85c381d + aba9f88 commit 3caf617
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
14 changes: 9 additions & 5 deletions src/gui/src/i18n/cs/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -830,11 +830,6 @@ const messages_cs = {
default_mode: "Mód zkratek 'původní'.",
aggregate_no_group: "Nelze otevřít neagregovanou novinku, funguje pouze se skupinou novinek.",
},
confirmation: {
confirmation_text: "Jste si jistý, že chcete zmazat tuto položku?",
cancel: "Zrušit",
confirm: "Ano, zmazat",
},
},

publish: {
Expand Down Expand Up @@ -1056,6 +1051,15 @@ const messages_cs = {
error: {
aggregate_in_use: "Některé vybrané novinky nebo sloučené novinky jsou již připojeny k analýze",
server_error: "Neznámá chyba serveru..."
},

common: {
messagebox: {
yes: "Ano",
no: "Ne",
cancel: "Zrušit",
delete: "Jste si jisti, že chcete odstranit tuto položku?",
},
}
};

Expand Down
5 changes: 0 additions & 5 deletions src/gui/src/i18n/en/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,11 +832,6 @@ const messages_en = {
default_mode: 'Back in shortcut mode "default".',
aggregate_no_group: 'Cannot open unaggregated news item, only works with news item groups.',
},
confirmation: {
confirmation_text: "Are you sure you want to delete following item?",
cancel: "Cancel",
confirm: "Yes, Delete it",
},
},

assets: {
Expand Down
8 changes: 0 additions & 8 deletions src/gui/src/i18n/sk/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ const messages_sk = {
total_count: "Počet produktov: "
},

assess: {
confirmation: {
confirmation_text: "Ste si istý, že chcete odstrániť túto položku?",
cancel: "Zrušiť",
confirm: "Áno, vymazať"
},
},

common: {
messagebox: {
yes: "Áno",
Expand Down

0 comments on commit 3caf617

Please sign in to comment.