-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fda803
commit 9764fc2
Showing
3 changed files
with
43 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
{ | ||
"ABOUT": "Despre", | ||
"ACTIONS": "Acțiuni", | ||
"ARE_YOU_SURE_TO_CLEAR_DATA": "Sunteți sigur că doriți să ștergeți datele din {name}?" | ||
"ARE_YOU_SURE_TO_CLEAR_DATA": "Sunteți sigur că doriți să ștergeți datele din {name}?", | ||
"ARE_YOU_SURE_TO_DELETE_PLUGIN": "Ești sigur că dorești să ștergi {name}? Acest lucru va șterge toate datele plugin-ului.", | ||
"ARE_YOU_SURE_TO_DELETE_THEME": "Ești sigur că dorești să ștergi {name}?", | ||
"ASSET_BROWSER": "Browser de lucruri", | ||
"BRAND": "Marcă", | ||
"BUNNY": "Iepuraș", | ||
"BUNNY_URL": "Bunny URL", | ||
"BYTECODE": "Bytecode", | ||
"CANCEL": "Anulare", | ||
"CLEAR": "Șterge", | ||
"CLEAR_DATA": "Șterge datele", | ||
"CLEAR_DATA_FAILED": "Nu s-a putut șterge datele pentru {name}!", | ||
"CLEAR_DATA_SUCCESSFUL": "Datele au fost șterse pentru {name}.", | ||
"CODENAME": "Codename", | ||
"COMMAND_DEBUG_DESC": "Trimite datele Bunny de depanare.", | ||
"COMMAND_DEBUG_OPT_EPHEMERALLY": "Trimite datele de depanare pentru scurt timp.", | ||
"COMMAND_EVAL_DESC": "Evaluează codul JavaScript.", | ||
"COMMAND_EVAL_OPT_ASYNC": "Dacă se suportă 'await' în cod. Trebuie să returnezi explicit pentru rezultat (default: false)", | ||
"COMMAND_EVAL_OPT_CODE": "Codul de evaluat.", | ||
"COMMAND_PLUGINS_DESC": "Trimite lista de plugin-uri instalate.", | ||
"COMMAND_PLUGINS_OPT_EPHEMERALLY": "Trimite lista de plugin-uri pentru scurt timp.", | ||
"COMPONENT": "Component", | ||
"CONFIRMATION_LINK_IS_A_TYPE": "Acest link este un/o **{urlType, select, plugin {Plugin} theme {Theme} other {Add-on}}**, ai dori să il instalezi?", | ||
"CONNECT_TO_DEBUG_WEBSOCKET": "Conectați vă la depanarea websocket", | ||
"CONNECT_TO_REACT_DEVTOOLS": "Conectați-vă la React DevTools", | ||
"COPIED_TO_CLIPBOARD": "Copiat în clipboard", | ||
"COPY_URL": "Copiază URL-ul", | ||
"DEBUG": "Depanare", | ||
"DEBUGGER_URL": "URL depanator", | ||
"DELETE": "Șterge" | ||
} |
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