-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added placeholder for polish language support
- Loading branch information
Showing
11 changed files
with
266 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"tab.preferences":"Preferences", | ||
"tab.repository":"Repository", | ||
"tab.tasks":"Tasks", | ||
"tab.policies":"Policies", | ||
"tab.snapshots":"Snapshots", | ||
|
||
"task.all":"All", | ||
"task.running":"Running", | ||
"task.failed":"Failed", | ||
"task.loading": "Loading...", | ||
"task.time.start": "Start time", | ||
"task.status": "Status", | ||
"task.kind": "Kind", | ||
"task.description": "Description", | ||
|
||
"task.status.succeed.after": "Task succeeded after", | ||
"task.status.canceled": "Task canceled after", | ||
"task.status.canceling": "Canceling", | ||
"task.status.error": "Task error", | ||
"task.status.running.for": "Task running for", | ||
|
||
"task.status.started": "Started", | ||
"task.status.finished": "Finished", | ||
"task.logs": "Logs", | ||
|
||
"task.event.stop": "Stop", | ||
"task.header.counter": "Counter", | ||
"task.header.value": "Value", | ||
|
||
"repository.status.initializing": "Initializing repository...", | ||
"repository.status.connected": "Connected to repository", | ||
"repository.event.connection.cancel":"Cancel connection", | ||
"repository.event.connection.disconnect": "Disconnect from repository", | ||
"repository.event.description.update": "Update description", | ||
|
||
"repository.feedback.description.required":"Repository description is required", | ||
"repository.feedback.read.only": "Repository is read-only", | ||
"repository.feedback.eco.disabled":"Disabled", | ||
|
||
"repository.attribute.server.url": "Server URL", | ||
"repository.attribute.config.file": "Config file", | ||
"repository.attribute.provider": "Provider", | ||
"repository.attribute.algorithm.encryption": "Encryption algorithm", | ||
"repository.attribute.algorithm.hash": "Hash algorithm", | ||
"repository.attribute.algorithm.splitter": "Splitter algorithm", | ||
"repository.attribute.algorithm.eco": "Error correction algorithm", | ||
|
||
"repository.attribute.connected.as": "Connected as", | ||
"repository.attribute.compression.internal": "Internal compression", | ||
"repository.attribute.format": "Repository format", | ||
"repository.attribute.eco": "Error correction overhead", | ||
|
||
"log.event.hide": "Hide log", | ||
"log.event.show": "Show log", | ||
|
||
"user.interface": "User interface", | ||
"user.interface.appearance":"Appearance", | ||
"user.interface.appearance.hint":"Select font size", | ||
"user.interface.appearance.help": "Specifies the appearance of the user interface", | ||
|
||
"user.interface.appearance.small":"small", | ||
"user.interface.appearance.medium":"medium", | ||
"user.interface.appearance.large":"large", | ||
|
||
"user.interface.pagesize.description": "Page size", | ||
"user.interface.pagesize.help": "Specifies the pagination size in tables", | ||
"user.interface.pagesize.hint": "Page size", | ||
|
||
"user.interface.byte.representation.description":"Select byte representation", | ||
"user.interface.byte.representation.select":"Select byte representation", | ||
"user.interface.byte.representation.help":"Specifies the representation of bytes", | ||
|
||
"user.language":"Language", | ||
|
||
"lang.en": "English", | ||
"lang.de": "German", | ||
"lang.es": "Spanish", | ||
"lang.fr": "French", | ||
"lang.ru": "Russian", | ||
"lang.jp": "Japanese", | ||
"lang.it": "Italian", | ||
"lang.pl": "Polish", | ||
|
||
"lang.help": "Sets the language for the user interface", | ||
"lang.select": "Select language", | ||
"lang.description": "Select the language", | ||
|
||
"theme.description": "Theme", | ||
"theme.select": "Select theme", | ||
"theme.help": "The current active theme", | ||
"theme.dark":"dark", | ||
"theme.light": "light", | ||
"theme.pastel": "pastel", | ||
"theme.ocean":"ocean" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.