Skip to content

Commit

Permalink
Czech translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Sep 18, 2024
1 parent 7e5fde0 commit 79f482d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"Copy to clipboard": "Copy to clipboard",
"Copied!": "Copied!",
"This set is not editable as it was created by the system.": "This set is not editable as it was created by the system.",
"This set is not deletable as it was created by the system.": "This set is not deletable as it was created by the system.",
"Links": "Links",
"Format": "Format",
"List records": "List records",
"Opens in new tab": "Opens in new tab",
"List identifiers": "List identifiers",
"Before deleting, make sure to alert all harvesters that this set will no longer be available.": "Before deleting, make sure to alert all harvesters that this set will no longer be available.",
"I have alerted all harvesters that this set will no longer be available.": "I have alerted all harvesters that this set will no longer be available.",
"Cancel": "Cancel",
"Delete": "Delete",
"Delete {{title}}": "Delete {{title}}",
"This will delete the set '{{title}}'.": "This will delete the set '{{title}}'."
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import TRANSLATE_EN from "./en/translations.json";
import TRANSLATE_DE from "./de/translations.json";
import TRANSLATE_EL from "./el/translations.json";
import TRANSLATE_CS from "./cs/translations.json";

export const translations = {
el: { translation: TRANSLATE_EL },
en: { translation: TRANSLATE_EN },
de: { translation: TRANSLATE_DE },
cs: { translation: TRANSLATE_CS },
};

0 comments on commit 79f482d

Please sign in to comment.