71 lines
4.6 KiB
Properties
71 lines
4.6 KiB
Properties
documentation=Excerpt from the {0} translations
|
|
view.tree.title=Tree View
|
|
view.tree.collapse=Collapse Tree
|
|
view.tree.expand=Expand Tree
|
|
view.table.title=Table View
|
|
view.empty=No translations found. Click on settings to specify a locales directory or reload
|
|
action.add=Add Translation
|
|
action.edit=Edit Translation
|
|
action.filter.incomplete=Filter Incomplete Translations
|
|
action.filter.duplicate=Filter Duplicate Translation Values
|
|
action.reload=Reload From Disk
|
|
action.settings=Settings
|
|
action.search=Search...
|
|
action.delete=Delete
|
|
action.extract=Extract translation
|
|
action.file=Open file
|
|
translation.key=Key
|
|
translation.locales=Locales
|
|
# Settings
|
|
settings.hint.text=Project-specific configuration. For an easy start, you can use one of the existing presets.
|
|
settings.hint.action=Fore more information, see the documentation
|
|
settings.preset.title=Preset
|
|
settings.preset.tooltip=Choose a configuration template that best fits your project. After that you can make further changes.
|
|
# Resource Configuration
|
|
settings.resource.title=Resource Configuration
|
|
settings.resource.path.window=Locales Directory
|
|
settings.resource.path.title=Locales directory
|
|
settings.resource.path.tooltip=Choose the folder which contains all translation files. Path variables like $PROJECT_DIR$ are supported.
|
|
settings.resource.strategy=File structure
|
|
settings.resource.folder.items=Single Directory;Modularized: Locale / Namespace;Modularized: Namespace / Locale
|
|
settings.resource.folder.tooltip=What is the folder structure of your translation files?
|
|
settings.resource.parser.items=JSON;JSON5;YAML;YML;Properties;ARB
|
|
settings.resource.parser.tooltip=Which file parser should be used to process your translation files?
|
|
settings.resource.file-pattern.tooltip=Defines a wildcard matcher or regex pattern to filter relevant translation files. For example *.json, *.??? or *.*.
|
|
settings.resource.nesting.title=Consider subdirectories for modularized translation files
|
|
settings.resource.nesting.tooltip=Validates directories within a module and passes them as a submodule.
|
|
settings.resource.sorting.title=Sort translation keys alphabetically
|
|
settings.resource.sorting.tooltip=Sorts all translation keys alphabetically. If disabled, the original key-order in the files is kept.
|
|
# Editor Configuration
|
|
settings.editor.title=Editor Configuration
|
|
settings.editor.key.title=Key delimiters
|
|
settings.editor.key.namespace.title=[namespace]
|
|
settings.editor.key.namespace.tooltip=Sets the separator used between namespace and key path.
|
|
settings.editor.key.section.title=[section]
|
|
settings.editor.key.section.tooltip=Sets the separator used between section nodes of the key path.
|
|
settings.editor.key.leaf.title=[leaf
|
|
settings.editor.key.context.title=context
|
|
settings.editor.key.context.tooltip=Sets the separator used to define context-specific variants of a translation.
|
|
settings.editor.key.plural.title=pluralization]
|
|
settings.editor.key.plural.tooltip=Sets the separator used to define different pluralization's of a translation.
|
|
settings.editor.default-namespace.title=Default namespace
|
|
settings.editor.default-namespace.tooltip=Specifies the namespace to use by default if none is specified in a translation key. The field can be left blank to ignore this feature.
|
|
settings.editor.preview.title=Preview locale
|
|
settings.editor.preview.tooltip=Defines the language to be displayed in editor previews.
|
|
settings.editor.key.nesting.title=Escape section delimiter within a section layer
|
|
settings.editor.key.nesting.tooltip=Escapes the section delimiter within a section to properly reconstruct nested key sections. Disable this feature if nested key sections are the exception rather than the rule in your translation file.
|
|
settings.editor.assistance.title=Editor code assistance for translations
|
|
settings.editor.assistance.tooltip=Activates editor support to reference, auto-complete and folding of existing translations.
|
|
# Experimental configuration
|
|
settings.experimental.title=Experimental Configuration
|
|
settings.experimental.always-fold.title=Always fold translation keys
|
|
settings.experimental.always-fold.tooltip=Forces the editor to always display the value behind a translation key. The value cannot be unfolded when this function is active.
|
|
settings.experimental.flavor-template =I18n flavor template
|
|
settings.experimental.flavor-template-tooltip = Specify how to replace strings with i18n representation.
|
|
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
|
|
warning.missing-config=Configure your local project structure
|
|
warning.bad-syntax=Syntax error in translation file |