easy-18in/src/main/resources/messages.properties
2022-02-04 11:45:09 +01:00

32 lines
1.5 KiB
INI

view.tree.title=TreeView
view.tree.collapse=Collapse Tree
view.tree.expand=Expand Tree
view.table.title=TableView
view.empty=No translations found. Click on settings to specify a locales directory or reload
action.add=Add Translation
action.edit=Edit Translation
action.toggle-missing=Toggle missing translations
action.reload=Reload From Disk
action.settings=Settings
action.search=Search...
action.delete=Delete
translation.key=Key
translation.locales=Locales
settings.path.title=Locales Directory
settings.path.text=Locales directory
settings.strategy.title=Translation file structure
settings.strategy.folder=Single Directory;Modularized: Locale / Namespace;Modularized: Namespace / Locale
settings.strategy.folder.tooltip=What is the folder structure of your translation files?
settings.strategy.parser=JSON;YAML;YML;Properties;ARB
settings.strategy.parser.tooltip=Which file parser should be used to process your translation files?
settings.strategy.file-pattern.tooltip=Defines a wildcard matcher to filter relevant translation files. For example *.json, *.???.
settings.preview=Preview locale
settings.path.prefix=Path prefix
settings.keys.sort=Sort translation keys alphabetically
settings.keys.nested=Escape delimiter character within a section layer.
settings.editor.assistance=I18n key completion, annotation and reference inside editor
error.io=An error occurred while processing translation files. \n\
Config: {0} => {1} ({2}) \n\
Path: {3} \n\
Please check examples at https://github.com/marhali/easy-i18n before reporting an issue!
error.submit=Open Issue