mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +01:00
Merge pull request #1340 from vector-im/actions/localazy-download
Localazy Download
This commit is contained in:
commit
be2639aeb8
@ -36,6 +36,7 @@
|
|||||||
"menu": {
|
"menu": {
|
||||||
"hide": "Masquer",
|
"hide": "Masquer",
|
||||||
"hide_others": "Masquer les autres",
|
"hide_others": "Masquer les autres",
|
||||||
|
"services": "Services",
|
||||||
"unhide": "Dé-masquer"
|
"unhide": "Dé-masquer"
|
||||||
},
|
},
|
||||||
"right_click_menu": {
|
"right_click_menu": {
|
||||||
@ -56,6 +57,7 @@
|
|||||||
},
|
},
|
||||||
"window_menu": {
|
"window_menu": {
|
||||||
"bring_all_to_front": "Tout amener au premier plan",
|
"bring_all_to_front": "Tout amener au premier plan",
|
||||||
"label": "Fenêtre"
|
"label": "Fenêtre",
|
||||||
|
"zoom": "Zoom"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"about": "Névjegy",
|
"about": "Névjegy",
|
||||||
|
"brand_help": "%(brand)s Súgó",
|
||||||
"help": "Segítség",
|
"help": "Segítség",
|
||||||
"preferences": "Beállítások"
|
"preferences": "Beállítások"
|
||||||
},
|
},
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
"speech_start_speaking": "Inizia a parlare",
|
"speech_start_speaking": "Inizia a parlare",
|
||||||
"speech_stop_speaking": "Smetti di parlare"
|
"speech_stop_speaking": "Smetti di parlare"
|
||||||
},
|
},
|
||||||
|
"file_menu": {
|
||||||
|
"label": "File"
|
||||||
|
},
|
||||||
"menu": {
|
"menu": {
|
||||||
"hide": "Nascondi",
|
"hide": "Nascondi",
|
||||||
"hide_others": "Nascondi gli altri",
|
"hide_others": "Nascondi gli altri",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"copy": "Kopijuoti",
|
"copy": "Kopijuoti",
|
||||||
"cut": "Iškirpti",
|
"cut": "Iškirpti",
|
||||||
"delete": "Ištrinti",
|
"delete": "Ištrinti",
|
||||||
"edit": "Redaguoti",
|
"edit": "Koreguoti",
|
||||||
"minimise": "Sumažinti",
|
"minimise": "Sumažinti",
|
||||||
"paste": "Įklijuoti",
|
"paste": "Įklijuoti",
|
||||||
"paste_match_style": "Įklijuoti ir suderinti stilių",
|
"paste_match_style": "Įklijuoti ir suderinti stilių",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"actual_size": "Tikrasis dydis",
|
"actual_size": "Tikrasis dydis",
|
||||||
"toggle_developer_tools": "Perjungti kūrėjo įrankius",
|
"toggle_developer_tools": "Perjungti kūrėjo įrankius",
|
||||||
"toggle_full_screen": "Perjungti viso ekrano režimą",
|
"toggle_full_screen": "Perjungti viso ekrano režimą",
|
||||||
"view": "Peržiūrėti"
|
"view": "Žiūrėti"
|
||||||
},
|
},
|
||||||
"window_menu": {
|
"window_menu": {
|
||||||
"bring_all_to_front": "Viską iškelti į priekį",
|
"bring_all_to_front": "Viską iškelti į priekį",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user