Skip to content

Commit 905b780

Browse files
Updated translation files (arduino#968)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11961bb commit 905b780

14 files changed

+2709
-959
lines changed

i18n/af.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"downloadingNotice": "Downloading the latest version of the Arduino IDE.",
2424
"updateAvailable": "Update Available",
2525
"newVersionAvailable": "A new version of Arduino IDE ({0}) is available for download.",
26-
"skipVersionButton": "Skip Version",
27-
"downloadButton": "Download",
26+
"skipVersionButton": "Volgende Weergawe",
27+
"downloadButton": "Aflaai",
2828
"goToDownloadPage": "An update for the Arduino IDE is available, but we're not able to download and install it automatically. Please go to the download page and download the latest version from there.",
2929
"goToDownloadButton": "Go To Download",
3030
"ideUpdaterDialog": "Software Update",
@@ -107,11 +107,11 @@
107107
"continue": "Continue",
108108
"pushSketch": "Push Sketch",
109109
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
110-
"pull": "Pull",
110+
"pull": "Trek",
111111
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
112112
"donePulling": "Done pulling ‘{0}’.",
113113
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
114-
"push": "Push",
114+
"push": "Stoot",
115115
"pullFirst": "You have to pull first to be able to push to the Cloud.",
116116
"donePushing": "Done pushing ‘{0}’.",
117117
"connected": "Connected",
@@ -131,7 +131,7 @@
131131
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
132132
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
133133
"reselectLater": "Herselekteer later",
134-
"noneSelected": "No boards selected.",
134+
"noneSelected": "Geen bord gekies nie.",
135135
"noPortsSelected": "No ports selected for board: '{0}'.",
136136
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
137137
"openBoardsConfig": "Kies ander bord en poort...",

i18n/ar.json

+248-248
Large diffs are not rendered by default.

i18n/ca.json

+350
Large diffs are not rendered by default.

i18n/cs.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"debuggingNotSupported": "Debugging není podporován s '{0}'"
4242
},
4343
"preferences": {
44-
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
45-
"compile.verbose": "True for verbose compile output. False by default",
46-
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
47-
"upload.verbose": "True for verbose upload output. False by default.",
48-
"window.autoScale": "True if the user interface automatically scales with the font size.",
49-
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
50-
"ide.updateChannel": "Release channel to get updated from. 'stable' is the stable release, 'nightly' is the latest development build.",
44+
"language.log": "Ano pokud by jazykový server pro Arduino měl generovat logovací soubory do složky se sketchi, jinak ne. Ne je výchozí hodnota.",
45+
"compile.verbose": "Ano pro podrobný výstup při kompilaci. Ne je výchozí hodnota. ",
46+
"compile.warnings": "Řekne gcc který stupeň varování se má použít. \"Žádný\" je výchozí hodnota. ",
47+
"upload.verbose": "Ano pro podrobný výstup při nahrávání. Ne je výchozí hodnota. ",
48+
"window.autoScale": "Ano pokud se měřítko uživatelského prostředí automaticky mění s velikostí písma. ",
49+
"window.zoomLevel": "Přizpůsobení přiblížení okna. Originální velikost je 0, zvýšení (např. o 1) nebo snížení (např. o -1) znamená 20% přiblížení nebo oddálení. Můžete použít desetinná čísla pro jemnější přizpůsobení.",
50+
"ide.updateChannel": "Výběr kanálu pro aktualizace. 'stable' pro stabilní vydání, 'nightly' pro nejnovější vývojové verze.",
5151
"board.certificates": "Seznam certifikátů, které mohou být nahrány na desky",
52-
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
53-
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
54-
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
55-
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
56-
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
52+
"sketchbook.showAllFiles": "Ano pro zobrazení všech souborů sketche. Ne je výchozí hodnota. ",
53+
"cloud.enabled": "Ano pokud je povolená automatická synchronizace sketche. Ano je výchozí hodnota. ",
54+
"cloud.pull.warn": "Ano pokud by měl být uživatel varován před stahováním cloud sketche. Ano je výchozí hodnota. ",
55+
"cloud.push.warn": "Ano pokud by měl být uživatel varován před odesláním cloud sketche. Ano je výchozí hodnota. ",
56+
"cloud.pushpublic.warn": "Ano pokud by měl být uživatel varován před odesláním veřejné sketche do cloudu. Ano je výchozí hodnota. ",
5757
"cloud.sketchSyncEnpoint": "Endpoint použitý pro stahování a odesílání sketchí z backendu. Ve výchozím stavu je toto směrováno na Arduino Cloud API.",
5858
"auth.clientID": "OAuth2 klient ID",
5959
"auth.domain": "Doména OAuth2 ",

0 commit comments

Comments
 (0)