diff --git a/.github/workflows/i18n-crowdin-download.yml b/.github/workflows/i18n-crowdin-download.yml new file mode 100644 index 0000000..f363867 --- /dev/null +++ b/.github/workflows/i18n-crowdin-download.yml @@ -0,0 +1,20 @@ +name: Crowdin Download Action + +on: + workflow_dispatch: + inputs: + base_branch: + description: 'Base branch for the pull request' + required: false + default: 'main' + +jobs: + call-crowdin-workflow: + uses: newfold-labs/workflows/.github/workflows/i18n-crowdin-download.yml@main + with: + base_branch: ${{ inputs.base_branch }} + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + vars: + CROWDIN_PROJECT_ID: ${{ vars.CROWDIN_PROJECT_ID }} diff --git a/.github/workflows/i18n-crowdin-upload.yml b/.github/workflows/i18n-crowdin-upload.yml new file mode 100644 index 0000000..65d8be6 --- /dev/null +++ b/.github/workflows/i18n-crowdin-upload.yml @@ -0,0 +1,13 @@ +name: Crowdin Upload Action + +on: + workflow_dispatch: + +jobs: + call-crowdin-upload-workflow: + uses: newfold-labs/workflows/.github/workflows/i18n-crowdin-upload.yml@main + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} + vars: + CROWDIN_PROJECT_ID: ${{ vars.CROWDIN_PROJECT_ID }} diff --git a/composer.json b/composer.json index 30c556c..a155f16 100644 --- a/composer.json +++ b/composer.json @@ -40,11 +40,13 @@ "i18n-pot": "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'", "i18n-po": "vendor/bin/wp i18n update-po ./languages/wp-module-staging.pot ./languages", "i18n-mo": "vendor/bin/wp i18n make-mo ./languages", + "i18n-php": "vendor/bin/wp i18n make-php ./languages", "i18n-json": "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print", "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-mo", + "@i18n-php", "@i18n-json" ] }, diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..11a4210 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,23 @@ +"project_id_env": "CROWDIN_PROJECT_ID" +"api_token_env": "CROWDIN_PERSONAL_TOKEN" +"base_path": "." + +"preserve_hierarchy": true + +"files": [ + { + "source": "/languages/wp-module-staging.pot", + "translation": "/languages/wp-module-staging-%locale%.po", + "languages_mapping": { + "locale": { + "de": "de_DE", + "en-AU": "en_AU", + "en-GB": "en_GB", + "es-ES": "es_ES", + "fr": "fr_FR", + "it": "it_IT", + "nl": "nl_NL" + } + } + } +] \ No newline at end of file diff --git a/languages/wp-module-staging-de_DE-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-de_DE-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..9ffb247 --- /dev/null +++ b/languages/wp-module-staging-de_DE-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 13:44", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "de_DE", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "Abbrechen" + ], + "Clone": [ + "Klonen" + ], + "Confirm Clone Action": [ + "Klon-Aktion best\u00e4tigen" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Dies wird alles in der Stagierung \u00fcberschreiben und zu einem exakten Klon der aktuellen Produktionsseite aktualisieren. Sind Sie sicher, dass Sie fortfahren m\u00f6chten?" + ], + "Cloned to Staging": [ + "Zu Staging geklont" + ], + "Cloning production to staging, this should take about a minute.": [ + "Das Klonen der Produktion auf Stagnation sollte ungef\u00e4hr eine Minute dauern." + ], + "Clone to staging": [ + "Zum Stagieren klonen" + ], + "Created": [ + "Erstellt" + ], + "Staging Created": [ + "Staging erstellt" + ], + "Creating a staging site, this should take about a minute.": [ + "Erstellen einer Staging-Site sollte eine Minute dauern." + ], + "Create staging site": [ + "Staging-Site erstellen" + ], + "Currently editing": [ + "Aktuell bearbeiten" + ], + "Delete": [ + "L\u00f6schen" + ], + "Confirm Delete": [ + "L\u00f6schen best\u00e4tigen" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Staging-Site wird dauerhaft gel\u00f6scht. Sind Sie sicher, dass Sie fortfahren m\u00f6chten? Sie k\u00f6nnen jederzeit eine andere Staging-Site neu erstellen, aber alle spezifischen \u00c4nderungen, die Sie an dieser Staging-Site vorgenommen haben, gehen verloren." + ], + "Deleted Staging": [ + "Gel\u00f6schte Staging" + ], + "Deleting the staging site, this should take about a minute.": [ + "Staging Site wird gel\u00f6scht. Dies sollte ungef\u00e4hr eine Minute dauern." + ], + "Delete Staging Site": [ + "Staging-Site l\u00f6schen" + ], + "Deploy": [ + "Deploy" + ], + "Deploy all changes": [ + "Alle \u00c4nderungen verteilen" + ], + "Confirm Deployment": [ + "Einsatz best\u00e4tigen" + ], + "Deploy database only": [ + "Nur Datenbank verteilen" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Dies wird Staging zur Produktion bereitstellen und die aktuelle Produktionsseite \u00fcberschreiben. Sind Sie sicher, dass Sie fortfahren m\u00f6chten?" + ], + "Deploy files only": [ + "Nur Dateien verteilen" + ], + "Deployed": [ + "Ausgestellt" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Der Einsatz von Staging in die Produktion sollte etwa eine Minute in Anspruch nehmen." + ], + "Deploy Site": [ + "Site verteilen" + ], + "Error": [ + "Fehler" + ], + "You don't have a staging site yet.": [ + "Sie haben noch keine Staging-Site." + ], + "Not currently editing": [ + "Derzeit nicht bearbeiten" + ], + "Proceed": [ + "Fortfahren" + ], + "Production Site": [ + "Produktionsstandort" + ], + "Staging Site": [ + "Staging-Seite" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Eine Staging-Site ist eine Kopie Ihrer Live-Site, die eine sichere Umgebung zum Experimentieren, Testen von Aktualisierungen und Verteilen bietet, wenn sie bereit sind." + ], + "Switch": [ + "Wechseln" + ], + "Switching": [ + "Wechseln" + ], + "Switch to Production": [ + "Zur Produktion wechseln" + ], + "This will navigate you to the production environment": [ + "Dies wird Sie zur Produktionsumgebung navigieren" + ], + "Loading the production environment now.": [ + "Laden der Produktionsumgebung jetzt." + ], + "Switching to the production environment, this should take about a minute.": [ + "Beim Wechsel auf die Produktionsumgebung sollte dies etwa eine Minute dauern." + ], + "Switch to Staging": [ + "Zu Staging wechseln" + ], + "This will navigate you to the staging environment": [ + "Dies wird dich zur Staging-Umgebung navigieren" + ], + "Loading the staging environment now.": [ + "Laden der Staging-Umgebung jetzt." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Beim Wechsel auf die Staging-Umgebung sollte dies ungef\u00e4hr eine Minute dauern." + ], + "Staging": [ + "Inszenierung" + ], + "An unknown error has occurred.": [ + "Ein unbekannter Fehler ist aufgetreten." + ], + "Working...": [ + "Arbeiten..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-de_DE.l10n.php b/languages/wp-module-staging-de_DE.l10n.php new file mode 100644 index 0000000..c667006 --- /dev/null +++ b/languages/wp-module-staging-de_DE.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'de_DE','project-id-version'=>'newfold-labswp-module-staging','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 13:44','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'Klonen kann nur aus der Produktionsumgebung erfolgen.','Staging environment already exists!'=>'Staging-Umgebung existiert bereits!','You must switch to the production environment before destroying staging.'=>'Sie müssen zur Produktionsumgebung wechseln, bevor Sie die Stagnation zerstören.','Switch to an environment you are already in, you cannot.'=>'Wechseln Sie zu einer Umgebung, in der Sie bereits sind, Sie können es nicht.','Invalid staging CLI command.'=>'Ungültiger Staging CLI Befehl.','Invalid character (%s) in command.'=>'Ungültiges Zeichen (%s) im Befehl.','Unable to execute script (disabled_function).'=>'Skript kann nicht ausgeführt werden (disabled_function).','Unable to execute script (permission error).'=>'Skript kann nicht ausgeführt werden (Berechtigungsfehler).','Unable to parse JSON'=>'JSON kann nicht analysiert werden','Invalid JSON response'=>'Ungültige JSON-Antwort','Staging Environment'=>'Staging-Umgebung','Staging Actions'=>'Staging-Aktionen','Cancel'=>'Abbrechen','Clone'=>'Klonen','Confirm Clone Action'=>'Klon-Aktion bestätigen','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'Dies wird alles in der Stagierung überschreiben und zu einem exakten Klon der aktuellen Produktionsseite aktualisieren. Sind Sie sicher, dass Sie fortfahren möchten?','Cloned to Staging'=>'Zu Staging geklont','Cloning production to staging, this should take about a minute.'=>'Das Klonen der Produktion auf Stagnation sollte ungefähr eine Minute dauern.','Clone to staging'=>'Zum Stagieren klonen','Created'=>'Erstellt','Staging Created'=>'Staging erstellt','Creating a staging site, this should take about a minute.'=>'Erstellen einer Staging-Site sollte eine Minute dauern.','Create staging site'=>'Staging-Site erstellen','Currently editing'=>'Aktuell bearbeiten','Delete'=>'Löschen','Confirm Delete'=>'Löschen bestätigen','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'Staging-Site wird dauerhaft gelöscht. Sind Sie sicher, dass Sie fortfahren möchten? Sie können jederzeit eine andere Staging-Site neu erstellen, aber alle spezifischen Änderungen, die Sie an dieser Staging-Site vorgenommen haben, gehen verloren.','Deleted Staging'=>'Gelöschte Staging','Deleting the staging site, this should take about a minute.'=>'Staging Site wird gelöscht. Dies sollte ungefähr eine Minute dauern.','Delete Staging Site'=>'Staging-Site löschen','Deploy'=>'Deploy','Deploy all changes'=>'Alle Änderungen verteilen','Confirm Deployment'=>'Einsatz bestätigen','Deploy database only'=>'Nur Datenbank verteilen','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'Dies wird Staging zur Produktion bereitstellen und die aktuelle Produktionsseite überschreiben. Sind Sie sicher, dass Sie fortfahren möchten?','Deploy files only'=>'Nur Dateien verteilen','Deployed'=>'Ausgestellt','Deploying from staging to production, this should take about a minute.'=>'Der Einsatz von Staging in die Produktion sollte etwa eine Minute in Anspruch nehmen.','Deploy Site'=>'Site verteilen','Error'=>'Fehler','You don\'t have a staging site yet.'=>'Sie haben noch keine Staging-Site.','Not currently editing'=>'Derzeit nicht bearbeiten','Proceed'=>'Fortfahren','Production Site'=>'Produktionsstandort','Staging Site'=>'Staging-Seite','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'Eine Staging-Site ist eine Kopie Ihrer Live-Site, die eine sichere Umgebung zum Experimentieren, Testen von Aktualisierungen und Verteilen bietet, wenn sie bereit sind.','Switch'=>'Wechseln','Switching'=>'Wechseln','Switch to Production'=>'Zur Produktion wechseln','This will navigate you to the production environment'=>'Dies wird Sie zur Produktionsumgebung navigieren','Loading the production environment now.'=>'Laden der Produktionsumgebung jetzt.','Switching to the production environment, this should take about a minute.'=>'Beim Wechsel auf die Produktionsumgebung sollte dies etwa eine Minute dauern.','Switch to Staging'=>'Zu Staging wechseln','This will navigate you to the staging environment'=>'Dies wird dich zur Staging-Umgebung navigieren','Loading the staging environment now.'=>'Laden der Staging-Umgebung jetzt.','Switching to the staging environment, this should take about a minute.'=>'Beim Wechsel auf die Staging-Umgebung sollte dies ungefähr eine Minute dauern.','Staging'=>'Inszenierung','An unknown error has occurred.'=>'Ein unbekannter Fehler ist aufgetreten.','Working...'=>'Arbeiten...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-de_DE.mo b/languages/wp-module-staging-de_DE.mo new file mode 100644 index 0000000..5505dc6 Binary files /dev/null and b/languages/wp-module-staging-de_DE.mo differ diff --git a/languages/wp-module-staging-de_DE.po b/languages/wp-module-staging-de_DE.po index 81aeb25..79504cc 100644 --- a/languages/wp-module-staging-de_DE.po +++ b/languages/wp-module-staging-de_DE.po @@ -1,65 +1,258 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: newfold-labswp-module-staging\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Vara Prasad Maruboina \n" -"Language-Team: German \n" +"Last-Translator: \n" +"Language-Team: German\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 13:44\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: newfold-labswp-module-staging\n" +"X-Crowdin-Project-ID: 764889\n" +"X-Crowdin-Language: de\n" +"X-Crowdin-File: wp-module-staging.pot\n" +"X-Crowdin-File-ID: 8\n" +"Language: de_DE\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." -msgstr "" +msgstr "Klonen kann nur aus der Produktionsumgebung erfolgen." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" -msgstr "" +msgstr "Staging-Umgebung existiert bereits!" -#: includes/Staging.php:299 -msgid "" -"You must switch to the production environment before destroying staging." -msgstr "" +#: includes/Staging.php:315 +msgid "You must switch to the production environment before destroying staging." +msgstr "Sie müssen zur Produktionsumgebung wechseln, bevor Sie die Stagnation zerstören." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." -msgstr "" +msgstr "Wechseln Sie zu einer Umgebung, in der Sie bereits sind, Sie können es nicht." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." -msgstr "" +msgstr "Ungültiger Staging CLI Befehl." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." -msgstr "" +msgstr "Ungültiges Zeichen (%s) im Befehl." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." -msgstr "" +msgstr "Skript kann nicht ausgeführt werden (disabled_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." -msgstr "" +msgstr "Skript kann nicht ausgeführt werden (Berechtigungsfehler)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" -msgstr "" +msgstr "JSON kann nicht analysiert werden" #: includes/StagingCLI.php:96 msgid "Invalid JSON response" -msgstr "" +msgstr "Ungültige JSON-Antwort" #: includes/StagingMenu.php:31 msgid "Staging Environment" -msgstr "" +msgstr "Staging-Umgebung" #: includes/StagingMenu.php:33 msgid "Staging Actions" -msgstr "" +msgstr "Staging-Aktionen" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Abbrechen" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Klonen" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Klon-Aktion bestätigen" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "Dies wird alles in der Stagierung überschreiben und zu einem exakten Klon der aktuellen Produktionsseite aktualisieren. Sind Sie sicher, dass Sie fortfahren möchten?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Zu Staging geklont" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "Das Klonen der Produktion auf Stagnation sollte ungefähr eine Minute dauern." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Zum Stagieren klonen" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Erstellt" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging erstellt" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Erstellen einer Staging-Site sollte eine Minute dauern." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Staging-Site erstellen" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Aktuell bearbeiten" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Löschen" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Löschen bestätigen" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "Staging-Site wird dauerhaft gelöscht. Sind Sie sicher, dass Sie fortfahren möchten? Sie können jederzeit eine andere Staging-Site neu erstellen, aber alle spezifischen Änderungen, die Sie an dieser Staging-Site vorgenommen haben, gehen verloren." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Gelöschte Staging" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "Staging Site wird gelöscht. Dies sollte ungefähr eine Minute dauern." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Staging-Site löschen" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Deploy" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Alle Änderungen verteilen" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Einsatz bestätigen" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Nur Datenbank verteilen" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "Dies wird Staging zur Produktion bereitstellen und die aktuelle Produktionsseite überschreiben. Sind Sie sicher, dass Sie fortfahren möchten?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Nur Dateien verteilen" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Ausgestellt" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Der Einsatz von Staging in die Produktion sollte etwa eine Minute in Anspruch nehmen." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Site verteilen" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Fehler" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "Sie haben noch keine Staging-Site." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Derzeit nicht bearbeiten" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Fortfahren" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Produktionsstandort" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Staging-Seite" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "Eine Staging-Site ist eine Kopie Ihrer Live-Site, die eine sichere Umgebung zum Experimentieren, Testen von Aktualisierungen und Verteilen bietet, wenn sie bereit sind." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Wechseln" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Wechseln" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Zur Produktion wechseln" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "Dies wird Sie zur Produktionsumgebung navigieren" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Laden der Produktionsumgebung jetzt." + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "Beim Wechsel auf die Produktionsumgebung sollte dies etwa eine Minute dauern." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Zu Staging wechseln" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "Dies wird dich zur Staging-Umgebung navigieren" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Laden der Staging-Umgebung jetzt." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Beim Wechsel auf die Staging-Umgebung sollte dies ungefähr eine Minute dauern." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Inszenierung" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "Ein unbekannter Fehler ist aufgetreten." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Arbeiten..." + diff --git a/languages/wp-module-staging-en_AU-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-en_AU-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..9b4f3d7 --- /dev/null +++ b/languages/wp-module-staging-en_AU-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 19:17+0530", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "en_AU", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "Cancel" + ], + "Clone": [ + "Clone" + ], + "Confirm Clone Action": [ + "Confirm Clone Action" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" + ], + "Cloned to Staging": [ + "Cloned to Staging" + ], + "Cloning production to staging, this should take about a minute.": [ + "Cloning production to staging, this should take about a minute." + ], + "Clone to staging": [ + "Clone to staging" + ], + "Created": [ + "Created" + ], + "Staging Created": [ + "Staging Created" + ], + "Creating a staging site, this should take about a minute.": [ + "Creating a staging site, this should take about a minute." + ], + "Create staging site": [ + "Create staging site" + ], + "Currently editing": [ + "Currently editing" + ], + "Delete": [ + "Delete" + ], + "Confirm Delete": [ + "Confirm Delete" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." + ], + "Deleted Staging": [ + "Deleted Staging" + ], + "Deleting the staging site, this should take about a minute.": [ + "Deleting the staging site, this should take about a minute." + ], + "Delete Staging Site": [ + "Delete Staging Site" + ], + "Deploy": [ + "Deploy" + ], + "Deploy all changes": [ + "Deploy all changes" + ], + "Confirm Deployment": [ + "Confirm Deployment" + ], + "Deploy database only": [ + "Deploy database only" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" + ], + "Deploy files only": [ + "Deploy files only" + ], + "Deployed": [ + "Deployed" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Deploying from staging to production, this should take about a minute." + ], + "Deploy Site": [ + "Deploy Site" + ], + "Error": [ + "Error" + ], + "You don't have a staging site yet.": [ + "You don't have a staging site yet." + ], + "Not currently editing": [ + "Not currently editing" + ], + "Proceed": [ + "Proceed" + ], + "Production Site": [ + "Production Site" + ], + "Staging Site": [ + "Staging Site" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." + ], + "Switch": [ + "Switch" + ], + "Switching": [ + "Switching" + ], + "Switch to Production": [ + "Switch to Production" + ], + "This will navigate you to the production environment": [ + "This will navigate you to the production environment" + ], + "Loading the production environment now.": [ + "Loading the production environment now." + ], + "Switching to the production environment, this should take about a minute.": [ + "Switching to the production environment, this should take about a minute." + ], + "Switch to Staging": [ + "Switch to Staging" + ], + "This will navigate you to the staging environment": [ + "This will navigate you to the staging environment" + ], + "Loading the staging environment now.": [ + "Loading the staging environment now." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Switching to the staging environment, this should take about a minute." + ], + "Staging": [ + "Staging" + ], + "An unknown error has occurred.": [ + "An unknown error has occurred." + ], + "Working...": [ + "Working..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-en_AU.l10n.php b/languages/wp-module-staging-en_AU.l10n.php new file mode 100644 index 0000000..d5fcfe5 --- /dev/null +++ b/languages/wp-module-staging-en_AU.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'en_AU','project-id-version'=>'','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 19:17+0530','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'Cloning can only be done from the production environment.','Staging environment already exists!'=>'Staging environment already exists!','You must switch to the production environment before destroying staging.'=>'You must switch to the production environment before destroying staging.','Switch to an environment you are already in, you cannot.'=>'Switch to an environment you are already in, you cannot.','Invalid staging CLI command.'=>'Invalid staging CLI command.','Invalid character (%s) in command.'=>'Invalid character (%s) in command.','Unable to execute script (disabled_function).'=>'Unable to execute script (disabled_function).','Unable to execute script (permission error).'=>'Unable to execute script (permission error).','Unable to parse JSON'=>'Unable to parse JSON','Invalid JSON response'=>'Invalid JSON response','Staging Environment'=>'Staging Environment','Staging Actions'=>'Staging Actions','Cancel'=>'Cancel','Clone'=>'Clone','Confirm Clone Action'=>'Confirm Clone Action','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?','Cloned to Staging'=>'Cloned to Staging','Cloning production to staging, this should take about a minute.'=>'Cloning production to staging, this should take about a minute.','Clone to staging'=>'Clone to staging','Created'=>'Created','Staging Created'=>'Staging Created','Creating a staging site, this should take about a minute.'=>'Creating a staging site, this should take about a minute.','Create staging site'=>'Create staging site','Currently editing'=>'Currently editing','Delete'=>'Delete','Confirm Delete'=>'Confirm Delete','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.','Deleted Staging'=>'Deleted Staging','Deleting the staging site, this should take about a minute.'=>'Deleting the staging site, this should take about a minute.','Delete Staging Site'=>'Delete Staging Site','Deploy'=>'Deploy','Deploy all changes'=>'Deploy all changes','Confirm Deployment'=>'Confirm Deployment','Deploy database only'=>'Deploy database only','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?','Deploy files only'=>'Deploy files only','Deployed'=>'Deployed','Deploying from staging to production, this should take about a minute.'=>'Deploying from staging to production, this should take about a minute.','Deploy Site'=>'Deploy Site','Error'=>'Error','You don\'t have a staging site yet.'=>'You don\'t have a staging site yet.','Not currently editing'=>'Not currently editing','Proceed'=>'Proceed','Production Site'=>'Production Site','Staging Site'=>'Staging Site','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.','Switch'=>'Switch','Switching'=>'Switching','Switch to Production'=>'Switch to Production','This will navigate you to the production environment'=>'This will navigate you to the production environment','Loading the production environment now.'=>'Loading the production environment now.','Switching to the production environment, this should take about a minute.'=>'Switching to the production environment, this should take about a minute.','Switch to Staging'=>'Switch to Staging','This will navigate you to the staging environment'=>'This will navigate you to the staging environment','Loading the staging environment now.'=>'Loading the staging environment now.','Switching to the staging environment, this should take about a minute.'=>'Switching to the staging environment, this should take about a minute.','Staging'=>'Staging','An unknown error has occurred.'=>'An unknown error has occurred.','Working...'=>'Working...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-en_AU.mo b/languages/wp-module-staging-en_AU.mo new file mode 100644 index 0000000..37e17d7 Binary files /dev/null and b/languages/wp-module-staging-en_AU.mo differ diff --git a/languages/wp-module-staging-en_AU.po b/languages/wp-module-staging-en_AU.po index 336ecc9..7f3b831 100644 --- a/languages/wp-module-staging-en_AU.po +++ b/languages/wp-module-staging-en_AU.po @@ -7,49 +7,49 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 19:17+0530\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" "Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." msgstr "Cloning can only be done from the production environment." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" msgstr "Staging environment already exists!" -#: includes/Staging.php:299 +#: includes/Staging.php:315 msgid "" "You must switch to the production environment before destroying staging." msgstr "" "You must switch to the production environment before destroying staging." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." msgstr "Switch to an environment you are already in, you cannot." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." msgstr "Invalid staging CLI command." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." msgstr "Invalid character (%s) in command." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." msgstr "Unable to execute script (disabled_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." msgstr "Unable to execute script (permission error)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" msgstr "Unable to parse JSON" @@ -64,3 +64,211 @@ msgstr "Staging Environment" #: includes/StagingMenu.php:33 msgid "Staging Actions" msgstr "Staging Actions" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Cancel" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Clone" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Confirm Clone Action" + +#: components/staging/defaultText.js:7 +msgid "" +"This will overwrite anything in staging and update it to an exact clone of " +"the current production site. Are you sure you want to proceed?" +msgstr "" +"This will overwrite anything in staging and update it to an exact clone of " +"the current production site. Are you sure you want to proceed?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Cloned to Staging" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "Cloning production to staging, this should take about a minute." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Clone to staging" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Created" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging Created" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Creating a staging site, this should take about a minute." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Create staging site" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Currently editing" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Delete" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Confirm Delete" + +#: components/staging/defaultText.js:18 +msgid "" +"This will permanently delete staging site. Are you sure you want to proceed? " +"You can recreate another staging site at any time, but any specific changes " +"you've made to this staging site will be lost." +msgstr "" +"This will permanently delete staging site. Are you sure you want to proceed? " +"You can recreate another staging site at any time, but any specific changes " +"you've made to this staging site will be lost." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Deleted Staging" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "Deleting the staging site, this should take about a minute." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Delete Staging Site" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Deploy" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Deploy all changes" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Confirm Deployment" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Deploy database only" + +#: components/staging/defaultText.js:26 +msgid "" +"This will deploy staging to production and overwrite current production " +"site. Are you sure you want to proceed?" +msgstr "" +"This will deploy staging to production and overwrite current production " +"site. Are you sure you want to proceed?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Deploy files only" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Deployed" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Deploying from staging to production, this should take about a minute." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Deploy Site" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Error" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "You don't have a staging site yet." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Not currently editing" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Proceed" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Production Site" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Staging Site" + +#: components/staging/defaultText.js:37 +msgid "" +"A staging site is a duplicate of your live site, offering a secure " +"environment to experiment, test updates, and deploy when ready." +msgstr "" +"A staging site is a duplicate of your live site, offering a secure " +"environment to experiment, test updates, and deploy when ready." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Switch" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Switching" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Switch to Production" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "This will navigate you to the production environment" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Loading the production environment now." + +#: components/staging/defaultText.js:43 +msgid "" +"Switching to the production environment, this should take about a minute." +msgstr "" +"Switching to the production environment, this should take about a minute." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Switch to Staging" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "This will navigate you to the staging environment" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Loading the staging environment now." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Switching to the staging environment, this should take about a minute." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Staging" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "An unknown error has occurred." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Working..." diff --git a/languages/wp-module-staging-en_GB-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-en_GB-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..88245e1 --- /dev/null +++ b/languages/wp-module-staging-en_GB-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 19:16+0530", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "en_GB", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "Cancel" + ], + "Clone": [ + "Clone" + ], + "Confirm Clone Action": [ + "Confirm Clone Action" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" + ], + "Cloned to Staging": [ + "Cloned to Staging" + ], + "Cloning production to staging, this should take about a minute.": [ + "Cloning production to staging, this should take about a minute." + ], + "Clone to staging": [ + "Clone to staging" + ], + "Created": [ + "Created" + ], + "Staging Created": [ + "Staging Created" + ], + "Creating a staging site, this should take about a minute.": [ + "Creating a staging site, this should take about a minute." + ], + "Create staging site": [ + "Create staging site" + ], + "Currently editing": [ + "Currently editing" + ], + "Delete": [ + "Delete" + ], + "Confirm Delete": [ + "Confirm Delete" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." + ], + "Deleted Staging": [ + "Deleted Staging" + ], + "Deleting the staging site, this should take about a minute.": [ + "Deleting the staging site, this should take about a minute." + ], + "Delete Staging Site": [ + "Delete Staging Site" + ], + "Deploy": [ + "Deploy" + ], + "Deploy all changes": [ + "Deploy all changes" + ], + "Confirm Deployment": [ + "Confirm Deployment" + ], + "Deploy database only": [ + "Deploy database only" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" + ], + "Deploy files only": [ + "Deploy files only" + ], + "Deployed": [ + "Deployed" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Deploying from staging to production, this should take about a minute." + ], + "Deploy Site": [ + "Deploy Site" + ], + "Error": [ + "Error" + ], + "You don't have a staging site yet.": [ + "You don't have a staging site yet." + ], + "Not currently editing": [ + "Not currently editing" + ], + "Proceed": [ + "Proceed" + ], + "Production Site": [ + "Production Site" + ], + "Staging Site": [ + "Staging Site" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." + ], + "Switch": [ + "Switch" + ], + "Switching": [ + "Switching" + ], + "Switch to Production": [ + "Switch to Production" + ], + "This will navigate you to the production environment": [ + "This will navigate you to the production environment" + ], + "Loading the production environment now.": [ + "Loading the production environment now." + ], + "Switching to the production environment, this should take about a minute.": [ + "Switching to the production environment, this should take about a minute." + ], + "Switch to Staging": [ + "Switch to Staging" + ], + "This will navigate you to the staging environment": [ + "This will navigate you to the staging environment" + ], + "Loading the staging environment now.": [ + "Loading the staging environment now." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Switching to the staging environment, this should take about a minute." + ], + "Staging": [ + "Staging" + ], + "An unknown error has occurred.": [ + "An unknown error has occurred." + ], + "Working...": [ + "Working..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-en_GB.l10n.php b/languages/wp-module-staging-en_GB.l10n.php new file mode 100644 index 0000000..47b81a1 --- /dev/null +++ b/languages/wp-module-staging-en_GB.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'en_GB','project-id-version'=>'','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 19:16+0530','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'Cloning can only be done from the production environment.','Staging environment already exists!'=>'Staging environment already exists!','You must switch to the production environment before destroying staging.'=>'You must switch to the production environment before destroying staging.','Switch to an environment you are already in, you cannot.'=>'Switch to an environment you are already in, you cannot.','Invalid staging CLI command.'=>'Invalid staging CLI command.','Invalid character (%s) in command.'=>'Invalid character (%s) in command.','Unable to execute script (disabled_function).'=>'Unable to execute script (disabled_function).','Unable to execute script (permission error).'=>'Unable to execute script (permission error).','Unable to parse JSON'=>'Unable to parse JSON','Invalid JSON response'=>'Invalid JSON response','Staging Environment'=>'Staging Environment','Staging Actions'=>'Staging Actions','Cancel'=>'Cancel','Clone'=>'Clone','Confirm Clone Action'=>'Confirm Clone Action','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?','Cloned to Staging'=>'Cloned to Staging','Cloning production to staging, this should take about a minute.'=>'Cloning production to staging, this should take about a minute.','Clone to staging'=>'Clone to staging','Created'=>'Created','Staging Created'=>'Staging Created','Creating a staging site, this should take about a minute.'=>'Creating a staging site, this should take about a minute.','Create staging site'=>'Create staging site','Currently editing'=>'Currently editing','Delete'=>'Delete','Confirm Delete'=>'Confirm Delete','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.','Deleted Staging'=>'Deleted Staging','Deleting the staging site, this should take about a minute.'=>'Deleting the staging site, this should take about a minute.','Delete Staging Site'=>'Delete Staging Site','Deploy'=>'Deploy','Deploy all changes'=>'Deploy all changes','Confirm Deployment'=>'Confirm Deployment','Deploy database only'=>'Deploy database only','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?','Deploy files only'=>'Deploy files only','Deployed'=>'Deployed','Deploying from staging to production, this should take about a minute.'=>'Deploying from staging to production, this should take about a minute.','Deploy Site'=>'Deploy Site','Error'=>'Error','You don\'t have a staging site yet.'=>'You don\'t have a staging site yet.','Not currently editing'=>'Not currently editing','Proceed'=>'Proceed','Production Site'=>'Production Site','Staging Site'=>'Staging Site','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.','Switch'=>'Switch','Switching'=>'Switching','Switch to Production'=>'Switch to Production','This will navigate you to the production environment'=>'This will navigate you to the production environment','Loading the production environment now.'=>'Loading the production environment now.','Switching to the production environment, this should take about a minute.'=>'Switching to the production environment, this should take about a minute.','Switch to Staging'=>'Switch to Staging','This will navigate you to the staging environment'=>'This will navigate you to the staging environment','Loading the staging environment now.'=>'Loading the staging environment now.','Switching to the staging environment, this should take about a minute.'=>'Switching to the staging environment, this should take about a minute.','Staging'=>'Staging','An unknown error has occurred.'=>'An unknown error has occurred.','Working...'=>'Working...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-en_GB.mo b/languages/wp-module-staging-en_GB.mo new file mode 100644 index 0000000..fc056e2 Binary files /dev/null and b/languages/wp-module-staging-en_GB.mo differ diff --git a/languages/wp-module-staging-en_GB.po b/languages/wp-module-staging-en_GB.po index 621db9b..11619bb 100644 --- a/languages/wp-module-staging-en_GB.po +++ b/languages/wp-module-staging-en_GB.po @@ -7,49 +7,49 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:39+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 19:16+0530\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." msgstr "Cloning can only be done from the production environment." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" msgstr "Staging environment already exists!" -#: includes/Staging.php:299 +#: includes/Staging.php:315 msgid "" "You must switch to the production environment before destroying staging." msgstr "" "You must switch to the production environment before destroying staging." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." msgstr "Switch to an environment you are already in, you cannot." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." msgstr "Invalid staging CLI command." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." msgstr "Invalid character (%s) in command." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." msgstr "Unable to execute script (disabled_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." msgstr "Unable to execute script (permission error)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" msgstr "Unable to parse JSON" @@ -64,3 +64,211 @@ msgstr "Staging Environment" #: includes/StagingMenu.php:33 msgid "Staging Actions" msgstr "Staging Actions" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Cancel" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Clone" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Confirm Clone Action" + +#: components/staging/defaultText.js:7 +msgid "" +"This will overwrite anything in staging and update it to an exact clone of " +"the current production site. Are you sure you want to proceed?" +msgstr "" +"This will overwrite anything in staging and update it to an exact clone of " +"the current production site. Are you sure you want to proceed?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Cloned to Staging" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "Cloning production to staging, this should take about a minute." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Clone to staging" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Created" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging Created" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Creating a staging site, this should take about a minute." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Create staging site" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Currently editing" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Delete" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Confirm Delete" + +#: components/staging/defaultText.js:18 +msgid "" +"This will permanently delete staging site. Are you sure you want to proceed? " +"You can recreate another staging site at any time, but any specific changes " +"you've made to this staging site will be lost." +msgstr "" +"This will permanently delete staging site. Are you sure you want to proceed? " +"You can recreate another staging site at any time, but any specific changes " +"you've made to this staging site will be lost." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Deleted Staging" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "Deleting the staging site, this should take about a minute." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Delete Staging Site" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Deploy" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Deploy all changes" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Confirm Deployment" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Deploy database only" + +#: components/staging/defaultText.js:26 +msgid "" +"This will deploy staging to production and overwrite current production " +"site. Are you sure you want to proceed?" +msgstr "" +"This will deploy staging to production and overwrite current production " +"site. Are you sure you want to proceed?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Deploy files only" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Deployed" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Deploying from staging to production, this should take about a minute." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Deploy Site" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Error" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "You don't have a staging site yet." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Not currently editing" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Proceed" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Production Site" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Staging Site" + +#: components/staging/defaultText.js:37 +msgid "" +"A staging site is a duplicate of your live site, offering a secure " +"environment to experiment, test updates, and deploy when ready." +msgstr "" +"A staging site is a duplicate of your live site, offering a secure " +"environment to experiment, test updates, and deploy when ready." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Switch" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Switching" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Switch to Production" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "This will navigate you to the production environment" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Loading the production environment now." + +#: components/staging/defaultText.js:43 +msgid "" +"Switching to the production environment, this should take about a minute." +msgstr "" +"Switching to the production environment, this should take about a minute." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Switch to Staging" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "This will navigate you to the staging environment" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Loading the staging environment now." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Switching to the staging environment, this should take about a minute." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Staging" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "An unknown error has occurred." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Working..." diff --git a/languages/wp-module-staging-es_ES-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-es_ES-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..09ed02d --- /dev/null +++ b/languages/wp-module-staging-es_ES-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 13:44", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "es_ES", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "Cancelar" + ], + "Clone": [ + "Clonar" + ], + "Confirm Clone Action": [ + "Confirmar Clonar acci\u00f3n" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Esto sobrescribir\u00e1 cualquier cosa en la puesta en escena y la actualizar\u00e1 a un clon exacto del sitio de producci\u00f3n actual. \u00bfEst\u00e1 seguro que desea continuar?" + ], + "Cloned to Staging": [ + "Clonado a Staging" + ], + "Cloning production to staging, this should take about a minute.": [ + "La producci\u00f3n de la clonaci\u00f3n hasta el escenario, esto deber\u00eda tomar aproximadamente un minuto." + ], + "Clone to staging": [ + "Clonar a Staging" + ], + "Created": [ + "Creado" + ], + "Staging Created": [ + "Staging creado" + ], + "Creating a staging site, this should take about a minute.": [ + "Crear un sitio en escena, esto deber\u00eda tomar aproximadamente un minuto." + ], + "Create staging site": [ + "Crear sitio de staging" + ], + "Currently editing": [ + "Edici\u00f3n actual" + ], + "Delete": [ + "Eliminar" + ], + "Confirm Delete": [ + "Confirmar eliminaci\u00f3n" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Esto eliminar\u00e1 permanentemente el sitio provisional. \u00bfEst\u00e1 seguro que desea continuar? Puede volver a crear otro sitio de staging en cualquier momento, pero cualquier cambio espec\u00edfico que haya realizado en este sitio de staging se perder\u00e1." + ], + "Deleted Staging": [ + "Estreno eliminado" + ], + "Deleting the staging site, this should take about a minute.": [ + "Eliminando el sitio de instalaci\u00f3n, esto tomar\u00e1 aproximadamente un minuto." + ], + "Delete Staging Site": [ + "Eliminar sitio Staging" + ], + "Deploy": [ + "Desplegar" + ], + "Deploy all changes": [ + "Desplegar todos los cambios" + ], + "Confirm Deployment": [ + "Confirmar Despliegue" + ], + "Deploy database only": [ + "Desplegar s\u00f3lo base de datos" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Esto desplegar\u00e1 la puesta en escena en la producci\u00f3n y sobrescribir\u00e1 el sitio actual de producci\u00f3n. \u00bfEst\u00e1 seguro de que desea continuar?" + ], + "Deploy files only": [ + "Desplegar s\u00f3lo archivos" + ], + "Deployed": [ + "Desplegado" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Desplegar desde la puesta en escena hasta la producci\u00f3n, esto deber\u00eda tomar aproximadamente un minuto." + ], + "Deploy Site": [ + "Desplegar sitio" + ], + "Error": [ + "Error" + ], + "You don't have a staging site yet.": [ + "Todav\u00eda no tienes un sitio de staging." + ], + "Not currently editing": [ + "Actualmente no se est\u00e1 editando" + ], + "Proceed": [ + "Continuar" + ], + "Production Site": [ + "Sitio de producci\u00f3n" + ], + "Staging Site": [ + "Sitio de Staging" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Un sitio de staging es un duplicado de su sitio en vivo, ofreciendo un entorno seguro para experimentar, probar actualizaciones y desplegar cuando est\u00e9 listo." + ], + "Switch": [ + "Cambiar" + ], + "Switching": [ + "Cambiando" + ], + "Switch to Production": [ + "Cambiar a Producci\u00f3n" + ], + "This will navigate you to the production environment": [ + "Esto le llevar\u00e1 al entorno de producci\u00f3n" + ], + "Loading the production environment now.": [ + "Cargando el entorno de producci\u00f3n ahora." + ], + "Switching to the production environment, this should take about a minute.": [ + "Cambiar al entorno de producci\u00f3n, esto deber\u00eda tomar aproximadamente un minuto." + ], + "Switch to Staging": [ + "Cambiar a Staging" + ], + "This will navigate you to the staging environment": [ + "Esto lo llevar\u00e1 al entorno de staging" + ], + "Loading the staging environment now.": [ + "Cargando el entorno de staging ahora." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Cambiar al entorno de escena, esto deber\u00eda tomar aproximadamente un minuto." + ], + "Staging": [ + "Escenario" + ], + "An unknown error has occurred.": [ + "Se ha producido un error desconocido." + ], + "Working...": [ + "Trabajando..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-es_ES.l10n.php b/languages/wp-module-staging-es_ES.l10n.php new file mode 100644 index 0000000..7ef3fef --- /dev/null +++ b/languages/wp-module-staging-es_ES.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'es_ES','project-id-version'=>'newfold-labswp-module-staging','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 13:44','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'La clonación sólo puede hacerse desde el entorno de producción.','Staging environment already exists!'=>'¡El entorno de escenario ya existe!','You must switch to the production environment before destroying staging.'=>'Debes cambiar al entorno de producción antes de destruir la etapa.','Switch to an environment you are already in, you cannot.'=>'Cambiar a un entorno en el que ya está, no puede.','Invalid staging CLI command.'=>'Comando CLI de staging inválido.','Invalid character (%s) in command.'=>'Carácter inválido (%s) en el comando.','Unable to execute script (disabled_function).'=>'No se puede ejecutar el script (disabled_function).','Unable to execute script (permission error).'=>'No se puede ejecutar el script (error de permisos).','Unable to parse JSON'=>'No se puede analizar JSON','Invalid JSON response'=>'Respuesta JSON inválida','Staging Environment'=>'Entorno de Staging','Staging Actions'=>'Acciones de Staging','Cancel'=>'Cancelar','Clone'=>'Clonar','Confirm Clone Action'=>'Confirmar Clonar acción','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'Esto sobrescribirá cualquier cosa en la puesta en escena y la actualizará a un clon exacto del sitio de producción actual. ¿Está seguro que desea continuar?','Cloned to Staging'=>'Clonado a Staging','Cloning production to staging, this should take about a minute.'=>'La producción de la clonación hasta el escenario, esto debería tomar aproximadamente un minuto.','Clone to staging'=>'Clonar a Staging','Created'=>'Creado','Staging Created'=>'Staging creado','Creating a staging site, this should take about a minute.'=>'Crear un sitio en escena, esto debería tomar aproximadamente un minuto.','Create staging site'=>'Crear sitio de staging','Currently editing'=>'Edición actual','Delete'=>'Eliminar','Confirm Delete'=>'Confirmar eliminación','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'Esto eliminará permanentemente el sitio provisional. ¿Está seguro que desea continuar? Puede volver a crear otro sitio de staging en cualquier momento, pero cualquier cambio específico que haya realizado en este sitio de staging se perderá.','Deleted Staging'=>'Estreno eliminado','Deleting the staging site, this should take about a minute.'=>'Eliminando el sitio de instalación, esto tomará aproximadamente un minuto.','Delete Staging Site'=>'Eliminar sitio Staging','Deploy'=>'Desplegar','Deploy all changes'=>'Desplegar todos los cambios','Confirm Deployment'=>'Confirmar Despliegue','Deploy database only'=>'Desplegar sólo base de datos','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'Esto desplegará la puesta en escena en la producción y sobrescribirá el sitio actual de producción. ¿Está seguro de que desea continuar?','Deploy files only'=>'Desplegar sólo archivos','Deployed'=>'Desplegado','Deploying from staging to production, this should take about a minute.'=>'Desplegar desde la puesta en escena hasta la producción, esto debería tomar aproximadamente un minuto.','Deploy Site'=>'Desplegar sitio','Error'=>'Error','You don\'t have a staging site yet.'=>'Todavía no tienes un sitio de staging.','Not currently editing'=>'Actualmente no se está editando','Proceed'=>'Continuar','Production Site'=>'Sitio de producción','Staging Site'=>'Sitio de Staging','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'Un sitio de staging es un duplicado de su sitio en vivo, ofreciendo un entorno seguro para experimentar, probar actualizaciones y desplegar cuando esté listo.','Switch'=>'Cambiar','Switching'=>'Cambiando','Switch to Production'=>'Cambiar a Producción','This will navigate you to the production environment'=>'Esto le llevará al entorno de producción','Loading the production environment now.'=>'Cargando el entorno de producción ahora.','Switching to the production environment, this should take about a minute.'=>'Cambiar al entorno de producción, esto debería tomar aproximadamente un minuto.','Switch to Staging'=>'Cambiar a Staging','This will navigate you to the staging environment'=>'Esto lo llevará al entorno de staging','Loading the staging environment now.'=>'Cargando el entorno de staging ahora.','Switching to the staging environment, this should take about a minute.'=>'Cambiar al entorno de escena, esto debería tomar aproximadamente un minuto.','Staging'=>'Escenario','An unknown error has occurred.'=>'Se ha producido un error desconocido.','Working...'=>'Trabajando...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-es_ES.mo b/languages/wp-module-staging-es_ES.mo new file mode 100644 index 0000000..7812743 Binary files /dev/null and b/languages/wp-module-staging-es_ES.mo differ diff --git a/languages/wp-module-staging-es_ES.po b/languages/wp-module-staging-es_ES.po index 30e332c..67d6f0a 100644 --- a/languages/wp-module-staging-es_ES.po +++ b/languages/wp-module-staging-es_ES.po @@ -1,65 +1,258 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: newfold-labswp-module-staging\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Vara Prasad Maruboina \n" -"Language-Team: Spanish \n" +"Last-Translator: \n" +"Language-Team: Spanish\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 13:44\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: newfold-labswp-module-staging\n" +"X-Crowdin-Project-ID: 764889\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File: wp-module-staging.pot\n" +"X-Crowdin-File-ID: 8\n" +"Language: es_ES\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." -msgstr "" +msgstr "La clonación sólo puede hacerse desde el entorno de producción." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" -msgstr "" +msgstr "¡El entorno de escenario ya existe!" -#: includes/Staging.php:299 -msgid "" -"You must switch to the production environment before destroying staging." -msgstr "" +#: includes/Staging.php:315 +msgid "You must switch to the production environment before destroying staging." +msgstr "Debes cambiar al entorno de producción antes de destruir la etapa." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." -msgstr "" +msgstr "Cambiar a un entorno en el que ya está, no puede." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." -msgstr "" +msgstr "Comando CLI de staging inválido." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." -msgstr "" +msgstr "Carácter inválido (%s) en el comando." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." -msgstr "" +msgstr "No se puede ejecutar el script (disabled_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." -msgstr "" +msgstr "No se puede ejecutar el script (error de permisos)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" -msgstr "" +msgstr "No se puede analizar JSON" #: includes/StagingCLI.php:96 msgid "Invalid JSON response" -msgstr "" +msgstr "Respuesta JSON inválida" #: includes/StagingMenu.php:31 msgid "Staging Environment" -msgstr "" +msgstr "Entorno de Staging" #: includes/StagingMenu.php:33 msgid "Staging Actions" -msgstr "" +msgstr "Acciones de Staging" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Cancelar" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Clonar" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Confirmar Clonar acción" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "Esto sobrescribirá cualquier cosa en la puesta en escena y la actualizará a un clon exacto del sitio de producción actual. ¿Está seguro que desea continuar?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Clonado a Staging" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "La producción de la clonación hasta el escenario, esto debería tomar aproximadamente un minuto." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Clonar a Staging" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Creado" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging creado" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Crear un sitio en escena, esto debería tomar aproximadamente un minuto." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Crear sitio de staging" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Edición actual" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Eliminar" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Confirmar eliminación" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "Esto eliminará permanentemente el sitio provisional. ¿Está seguro que desea continuar? Puede volver a crear otro sitio de staging en cualquier momento, pero cualquier cambio específico que haya realizado en este sitio de staging se perderá." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Estreno eliminado" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "Eliminando el sitio de instalación, esto tomará aproximadamente un minuto." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Eliminar sitio Staging" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Desplegar" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Desplegar todos los cambios" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Confirmar Despliegue" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Desplegar sólo base de datos" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "Esto desplegará la puesta en escena en la producción y sobrescribirá el sitio actual de producción. ¿Está seguro de que desea continuar?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Desplegar sólo archivos" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Desplegado" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Desplegar desde la puesta en escena hasta la producción, esto debería tomar aproximadamente un minuto." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Desplegar sitio" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Error" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "Todavía no tienes un sitio de staging." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Actualmente no se está editando" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Continuar" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Sitio de producción" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Sitio de Staging" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "Un sitio de staging es un duplicado de su sitio en vivo, ofreciendo un entorno seguro para experimentar, probar actualizaciones y desplegar cuando esté listo." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Cambiar" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Cambiando" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Cambiar a Producción" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "Esto le llevará al entorno de producción" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Cargando el entorno de producción ahora." + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "Cambiar al entorno de producción, esto debería tomar aproximadamente un minuto." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Cambiar a Staging" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "Esto lo llevará al entorno de staging" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Cargando el entorno de staging ahora." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Cambiar al entorno de escena, esto debería tomar aproximadamente un minuto." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Escenario" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "Se ha producido un error desconocido." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Trabajando..." + diff --git a/languages/wp-module-staging-fr_FR-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-fr_FR-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..4b920f6 --- /dev/null +++ b/languages/wp-module-staging-fr_FR-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 13:44", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "fr_FR", + "plural-forms": "nplurals=2; plural=(n > 1);" + }, + "Cancel": [ + "Abandonner" + ], + "Clone": [ + "Cloner" + ], + "Confirm Clone Action": [ + "Confirmer l'action de clonage" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Ceci va \u00e9craser tout ce qui est en cours de pr\u00e9-production et le mettre \u00e0 jour vers un clone exact du site de production actuel. \u00cates-vous s\u00fbr de vouloir continuer ?" + ], + "Cloned to Staging": [ + "Clon\u00e9 en pr\u00e9-production" + ], + "Cloning production to staging, this should take about a minute.": [ + "Clonage de la production \u00e0 la mise en sc\u00e8ne, cela devrait prendre environ une minute." + ], + "Clone to staging": [ + "Cloner vers la pr\u00e9-production" + ], + "Created": [ + "Cr\u00e9\u00e9" + ], + "Staging Created": [ + "Pr\u00e9-production cr\u00e9\u00e9e" + ], + "Creating a staging site, this should take about a minute.": [ + "Cr\u00e9er un site de pr\u00e9-production, cela devrait prendre environ une minute." + ], + "Create staging site": [ + "Cr\u00e9er un site de pr\u00e9-production" + ], + "Currently editing": [ + "En cours d'\u00e9dition" + ], + "Delete": [ + "Supprimez" + ], + "Confirm Delete": [ + "Confirmer la suppression" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Ceci supprimera d\u00e9finitivement le site de pr\u00e9-production. \u00cates-vous s\u00fbr de vouloir continuer ? Vous pouvez recr\u00e9er un autre site de pr\u00e9-production \u00e0 tout moment, mais toutes les modifications sp\u00e9cifiques que vous avez apport\u00e9es \u00e0 ce site de pr\u00e9-production seront perdues." + ], + "Deleted Staging": [ + "Staging supprim\u00e9" + ], + "Deleting the staging site, this should take about a minute.": [ + "Suppression du site de diffusion, cela devrait prendre environ une minute." + ], + "Delete Staging Site": [ + "Supprimer le site de pr\u00e9-production" + ], + "Deploy": [ + "D\u00e9ployer" + ], + "Deploy all changes": [ + "D\u00e9ployer toutes les modifications" + ], + "Confirm Deployment": [ + "Confirmer le d\u00e9ploiement" + ], + "Deploy database only": [ + "D\u00e9ployer la base de donn\u00e9es uniquement" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Ceci va d\u00e9ployer des staging en production et \u00e9craser le site de production actuel. \u00cates-vous s\u00fbr de vouloir continuer ?" + ], + "Deploy files only": [ + "D\u00e9ployer uniquement les fichiers" + ], + "Deployed": [ + "D\u00e9ploy\u00e9" + ], + "Deploying from staging to production, this should take about a minute.": [ + "D\u00e9ploiement de la phase de production vers la production, cela devrait prendre environ une minute." + ], + "Deploy Site": [ + "D\u00e9ployer le site" + ], + "Error": [ + "Erreur" + ], + "You don't have a staging site yet.": [ + "Vous n'avez pas encore de site de pr\u00e9-production." + ], + "Not currently editing": [ + "Pas d'\u00e9dition pour le moment" + ], + "Proceed": [ + "Proc\u00e9der" + ], + "Production Site": [ + "Site de production" + ], + "Staging Site": [ + "Site de pr\u00e9-production" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Un site de pr\u00e9-production est un duplicata de votre site en direct, offrant un environnement s\u00e9curis\u00e9 pour exp\u00e9rimenter, tester les mises \u00e0 jour et d\u00e9ployer quand il est pr\u00eat." + ], + "Switch": [ + "Commuter" + ], + "Switching": [ + "Changement en cours" + ], + "Switch to Production": [ + "Passer \u00e0 la production" + ], + "This will navigate you to the production environment": [ + "Ceci vous dirigera vers l'environnement de production" + ], + "Loading the production environment now.": [ + "Chargement de l'environnement de production maintenant." + ], + "Switching to the production environment, this should take about a minute.": [ + "Passage \u00e0 l'environnement de production, cela devrait prendre environ une minute." + ], + "Switch to Staging": [ + "Passer \u00e0 la pr\u00e9-production" + ], + "This will navigate you to the staging environment": [ + "Cela vous m\u00e8nera \u00e0 l'environnement de pr\u00e9-production" + ], + "Loading the staging environment now.": [ + "Chargement de l'environnement de pr\u00e9-production maintenant." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Passage \u00e0 l'environnement de mise en sc\u00e8ne, cela devrait prendre environ une minute." + ], + "Staging": [ + "Pr\u00e9-production" + ], + "An unknown error has occurred.": [ + "Une erreur inconnue s'est produite." + ], + "Working...": [ + "Traitement..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-fr_FR.l10n.php b/languages/wp-module-staging-fr_FR.l10n.php new file mode 100644 index 0000000..bfc2c12 --- /dev/null +++ b/languages/wp-module-staging-fr_FR.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n > 1);','language'=>'fr_FR','project-id-version'=>'newfold-labswp-module-staging','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 13:44','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'Le clonage ne peut se faire qu\'à partir de l\'environnement de production.','Staging environment already exists!'=>'L\'environnement de pré-production existe déjà !','You must switch to the production environment before destroying staging.'=>'Vous devez passer à l\'environnement de production avant de détruire la mise en scène.','Switch to an environment you are already in, you cannot.'=>'Passez à un environnement dans lequel vous êtes déjà, vous ne pouvez pas.','Invalid staging CLI command.'=>'Commande CLI de pré-production invalide.','Invalid character (%s) in command.'=>'Caractère invalide (%s) dans la commande.','Unable to execute script (disabled_function).'=>'Impossible d\'exécuter le script (désactivé_function).','Unable to execute script (permission error).'=>'Impossible d\'exécuter le script (erreur de permission).','Unable to parse JSON'=>'Impossible d\'analyser le JSON','Invalid JSON response'=>'Réponse JSON invalide','Staging Environment'=>'Environnement de pré-production','Staging Actions'=>'Actions de pré-production','Cancel'=>'Abandonner','Clone'=>'Cloner','Confirm Clone Action'=>'Confirmer l\'action de clonage','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'Ceci va écraser tout ce qui est en cours de pré-production et le mettre à jour vers un clone exact du site de production actuel. Êtes-vous sûr de vouloir continuer ?','Cloned to Staging'=>'Cloné en pré-production','Cloning production to staging, this should take about a minute.'=>'Clonage de la production à la mise en scène, cela devrait prendre environ une minute.','Clone to staging'=>'Cloner vers la pré-production','Created'=>'Créé','Staging Created'=>'Pré-production créée','Creating a staging site, this should take about a minute.'=>'Créer un site de pré-production, cela devrait prendre environ une minute.','Create staging site'=>'Créer un site de pré-production','Currently editing'=>'En cours d\'édition','Delete'=>'Supprimez','Confirm Delete'=>'Confirmer la suppression','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'Ceci supprimera définitivement le site de pré-production. Êtes-vous sûr de vouloir continuer ? Vous pouvez recréer un autre site de pré-production à tout moment, mais toutes les modifications spécifiques que vous avez apportées à ce site de pré-production seront perdues.','Deleted Staging'=>'Staging supprimé','Deleting the staging site, this should take about a minute.'=>'Suppression du site de diffusion, cela devrait prendre environ une minute.','Delete Staging Site'=>'Supprimer le site de pré-production','Deploy'=>'Déployer','Deploy all changes'=>'Déployer toutes les modifications','Confirm Deployment'=>'Confirmer le déploiement','Deploy database only'=>'Déployer la base de données uniquement','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'Ceci va déployer des staging en production et écraser le site de production actuel. Êtes-vous sûr de vouloir continuer ?','Deploy files only'=>'Déployer uniquement les fichiers','Deployed'=>'Déployé','Deploying from staging to production, this should take about a minute.'=>'Déploiement de la phase de production vers la production, cela devrait prendre environ une minute.','Deploy Site'=>'Déployer le site','Error'=>'Erreur','You don\'t have a staging site yet.'=>'Vous n\'avez pas encore de site de pré-production.','Not currently editing'=>'Pas d\'édition pour le moment','Proceed'=>'Procéder','Production Site'=>'Site de production','Staging Site'=>'Site de pré-production','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'Un site de pré-production est un duplicata de votre site en direct, offrant un environnement sécurisé pour expérimenter, tester les mises à jour et déployer quand il est prêt.','Switch'=>'Commuter','Switching'=>'Changement en cours','Switch to Production'=>'Passer à la production','This will navigate you to the production environment'=>'Ceci vous dirigera vers l\'environnement de production','Loading the production environment now.'=>'Chargement de l\'environnement de production maintenant.','Switching to the production environment, this should take about a minute.'=>'Passage à l\'environnement de production, cela devrait prendre environ une minute.','Switch to Staging'=>'Passer à la pré-production','This will navigate you to the staging environment'=>'Cela vous mènera à l\'environnement de pré-production','Loading the staging environment now.'=>'Chargement de l\'environnement de pré-production maintenant.','Switching to the staging environment, this should take about a minute.'=>'Passage à l\'environnement de mise en scène, cela devrait prendre environ une minute.','Staging'=>'Pré-production','An unknown error has occurred.'=>'Une erreur inconnue s\'est produite.','Working...'=>'Traitement...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-fr_FR.mo b/languages/wp-module-staging-fr_FR.mo new file mode 100644 index 0000000..2f2048b Binary files /dev/null and b/languages/wp-module-staging-fr_FR.mo differ diff --git a/languages/wp-module-staging-fr_FR.po b/languages/wp-module-staging-fr_FR.po index 3e3c04b..94b95ef 100644 --- a/languages/wp-module-staging-fr_FR.po +++ b/languages/wp-module-staging-fr_FR.po @@ -1,65 +1,258 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: newfold-labswp-module-staging\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Vara Prasad Maruboina \n" -"Language-Team: French \n" +"Last-Translator: \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 13:44\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: newfold-labswp-module-staging\n" +"X-Crowdin-Project-ID: 764889\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: wp-module-staging.pot\n" +"X-Crowdin-File-ID: 8\n" +"Language: fr_FR\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." -msgstr "" +msgstr "Le clonage ne peut se faire qu'à partir de l'environnement de production." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" -msgstr "" +msgstr "L'environnement de pré-production existe déjà !" -#: includes/Staging.php:299 -msgid "" -"You must switch to the production environment before destroying staging." -msgstr "" +#: includes/Staging.php:315 +msgid "You must switch to the production environment before destroying staging." +msgstr "Vous devez passer à l'environnement de production avant de détruire la mise en scène." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." -msgstr "" +msgstr "Passez à un environnement dans lequel vous êtes déjà, vous ne pouvez pas." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." -msgstr "" +msgstr "Commande CLI de pré-production invalide." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." -msgstr "" +msgstr "Caractère invalide (%s) dans la commande." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." -msgstr "" +msgstr "Impossible d'exécuter le script (désactivé_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." -msgstr "" +msgstr "Impossible d'exécuter le script (erreur de permission)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" -msgstr "" +msgstr "Impossible d'analyser le JSON" #: includes/StagingCLI.php:96 msgid "Invalid JSON response" -msgstr "" +msgstr "Réponse JSON invalide" #: includes/StagingMenu.php:31 msgid "Staging Environment" -msgstr "" +msgstr "Environnement de pré-production" #: includes/StagingMenu.php:33 msgid "Staging Actions" -msgstr "" +msgstr "Actions de pré-production" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Abandonner" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Cloner" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Confirmer l'action de clonage" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "Ceci va écraser tout ce qui est en cours de pré-production et le mettre à jour vers un clone exact du site de production actuel. Êtes-vous sûr de vouloir continuer ?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Cloné en pré-production" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "Clonage de la production à la mise en scène, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Cloner vers la pré-production" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Créé" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Pré-production créée" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Créer un site de pré-production, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Créer un site de pré-production" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "En cours d'édition" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Supprimez" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Confirmer la suppression" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "Ceci supprimera définitivement le site de pré-production. Êtes-vous sûr de vouloir continuer ? Vous pouvez recréer un autre site de pré-production à tout moment, mais toutes les modifications spécifiques que vous avez apportées à ce site de pré-production seront perdues." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Staging supprimé" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "Suppression du site de diffusion, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Supprimer le site de pré-production" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Déployer" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Déployer toutes les modifications" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Confirmer le déploiement" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Déployer la base de données uniquement" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "Ceci va déployer des staging en production et écraser le site de production actuel. Êtes-vous sûr de vouloir continuer ?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Déployer uniquement les fichiers" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Déployé" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Déploiement de la phase de production vers la production, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Déployer le site" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Erreur" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "Vous n'avez pas encore de site de pré-production." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Pas d'édition pour le moment" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Procéder" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Site de production" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Site de pré-production" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "Un site de pré-production est un duplicata de votre site en direct, offrant un environnement sécurisé pour expérimenter, tester les mises à jour et déployer quand il est prêt." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Commuter" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Changement en cours" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Passer à la production" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "Ceci vous dirigera vers l'environnement de production" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Chargement de l'environnement de production maintenant." + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "Passage à l'environnement de production, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Passer à la pré-production" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "Cela vous mènera à l'environnement de pré-production" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Chargement de l'environnement de pré-production maintenant." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Passage à l'environnement de mise en scène, cela devrait prendre environ une minute." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Pré-production" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "Une erreur inconnue s'est produite." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Traitement..." + diff --git a/languages/wp-module-staging-it_IT-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-it_IT-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..d1f587f --- /dev/null +++ b/languages/wp-module-staging-it_IT-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 13:44", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "it_IT", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "Annulla" + ], + "Clone": [ + "Clona" + ], + "Confirm Clone Action": [ + "Conferma Azione Clona" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Questo sovrascriver\u00e0 qualsiasi cosa nello staging e lo aggiorner\u00e0 ad un clone esatto del sito di produzione corrente. Sei sicuro di voler procedere?" + ], + "Cloned to Staging": [ + "Clonato allo Staging" + ], + "Cloning production to staging, this should take about a minute.": [ + "La clonazione della produzione per la staging, questo dovrebbe richiedere circa un minuto." + ], + "Clone to staging": [ + "Clona allo staging" + ], + "Created": [ + "Creato" + ], + "Staging Created": [ + "Staging Creato" + ], + "Creating a staging site, this should take about a minute.": [ + "Creare un sito di staging dovrebbe richiedere circa un minuto." + ], + "Create staging site": [ + "Crea sito di staging" + ], + "Currently editing": [ + "Modifica attualmente" + ], + "Delete": [ + "Elimina" + ], + "Confirm Delete": [ + "Conferma Eliminazione" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Questo eliminer\u00e0 definitivamente il sito di stadio. Sei sicuro di voler procedere? \u00c8 possibile ricreare un altro sito di staging in qualsiasi momento, ma tutte le modifiche specifiche che hai fatto a questo sito di staging andranno perse." + ], + "Deleted Staging": [ + "Staging Eliminato" + ], + "Deleting the staging site, this should take about a minute.": [ + "L'eliminazione del sito di staging dovrebbe richiedere circa un minuto." + ], + "Delete Staging Site": [ + "Elimina Sito Di Staging" + ], + "Deploy": [ + "Dispiega" + ], + "Deploy all changes": [ + "Distribuisci tutte le modifiche" + ], + "Confirm Deployment": [ + "Conferma Distribuzione" + ], + "Deploy database only": [ + "Distribuisci solo il database" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Questo distribuir\u00e0 lo staging alla produzione e sovrascriver\u00e0 il sito di produzione corrente. Sei sicuro di voler procedere?" + ], + "Deploy files only": [ + "Distribuisci solo file" + ], + "Deployed": [ + "Dispiegato" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Distribuire dalla messa in scena alla produzione, questo dovrebbe richiedere circa un minuto." + ], + "Deploy Site": [ + "Distribuisci Sito" + ], + "Error": [ + "Errore" + ], + "You don't have a staging site yet.": [ + "Non hai ancora un sito di stadio." + ], + "Not currently editing": [ + "Non \u00e8 attualmente in modifica" + ], + "Proceed": [ + "Procedere" + ], + "Production Site": [ + "Sito Di Produzione" + ], + "Staging Site": [ + "Sito Di Staging" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Un sito di staging \u00e8 un duplicato del vostro sito dal vivo, offrendo un ambiente sicuro per sperimentare, testare gli aggiornamenti e distribuire quando pronto." + ], + "Switch": [ + "Cambia" + ], + "Switching": [ + "Commutazione" + ], + "Switch to Production": [ + "Passa alla produzione" + ], + "This will navigate you to the production environment": [ + "Questo ti porter\u00e0 all'ambiente di produzione" + ], + "Loading the production environment now.": [ + "Caricamento dell'ambiente di produzione adesso." + ], + "Switching to the production environment, this should take about a minute.": [ + "Passando all'ambiente di produzione, questo dovrebbe richiedere circa un minuto." + ], + "Switch to Staging": [ + "Passa allo Staging" + ], + "This will navigate you to the staging environment": [ + "Questo ti porter\u00e0 all'ambiente di staging" + ], + "Loading the staging environment now.": [ + "Caricamento dell'ambiente di staging ora." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Passando all'ambiente di stadio, questo dovrebbe richiedere circa un minuto." + ], + "Staging": [ + "Staging" + ], + "An unknown error has occurred.": [ + "Si \u00e8 verificato un errore sconosciuto." + ], + "Working...": [ + "Lavorando..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-it_IT.l10n.php b/languages/wp-module-staging-it_IT.l10n.php new file mode 100644 index 0000000..502cbc3 --- /dev/null +++ b/languages/wp-module-staging-it_IT.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'it_IT','project-id-version'=>'newfold-labswp-module-staging','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 13:44','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'La clonazione può essere fatta solo dall\'ambiente di produzione.','Staging environment already exists!'=>'Ambiente di staging esiste già!','You must switch to the production environment before destroying staging.'=>'Devi passare all\'ambiente di produzione prima di distruggere lo staging.','Switch to an environment you are already in, you cannot.'=>'Passa a un ambiente in cui sei già, non puoi.','Invalid staging CLI command.'=>'Comando CLI di staging non valido.','Invalid character (%s) in command.'=>'Carattere non valido (%s) nel comando.','Unable to execute script (disabled_function).'=>'Impossibile eseguire lo script (disabled_function).','Unable to execute script (permission error).'=>'Impossibile eseguire lo script (errore di autorizzazione).','Unable to parse JSON'=>'Impossibile analizzare JSON','Invalid JSON response'=>'Risposta JSON non valida','Staging Environment'=>'Ambiente Di Staging','Staging Actions'=>'Azioni Di Staging','Cancel'=>'Annulla','Clone'=>'Clona','Confirm Clone Action'=>'Conferma Azione Clona','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'Questo sovrascriverà qualsiasi cosa nello staging e lo aggiornerà ad un clone esatto del sito di produzione corrente. Sei sicuro di voler procedere?','Cloned to Staging'=>'Clonato allo Staging','Cloning production to staging, this should take about a minute.'=>'La clonazione della produzione per la staging, questo dovrebbe richiedere circa un minuto.','Clone to staging'=>'Clona allo staging','Created'=>'Creato','Staging Created'=>'Staging Creato','Creating a staging site, this should take about a minute.'=>'Creare un sito di staging dovrebbe richiedere circa un minuto.','Create staging site'=>'Crea sito di staging','Currently editing'=>'Modifica attualmente','Delete'=>'Elimina','Confirm Delete'=>'Conferma Eliminazione','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'Questo eliminerà definitivamente il sito di stadio. Sei sicuro di voler procedere? È possibile ricreare un altro sito di staging in qualsiasi momento, ma tutte le modifiche specifiche che hai fatto a questo sito di staging andranno perse.','Deleted Staging'=>'Staging Eliminato','Deleting the staging site, this should take about a minute.'=>'L\'eliminazione del sito di staging dovrebbe richiedere circa un minuto.','Delete Staging Site'=>'Elimina Sito Di Staging','Deploy'=>'Dispiega','Deploy all changes'=>'Distribuisci tutte le modifiche','Confirm Deployment'=>'Conferma Distribuzione','Deploy database only'=>'Distribuisci solo il database','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'Questo distribuirà lo staging alla produzione e sovrascriverà il sito di produzione corrente. Sei sicuro di voler procedere?','Deploy files only'=>'Distribuisci solo file','Deployed'=>'Dispiegato','Deploying from staging to production, this should take about a minute.'=>'Distribuire dalla messa in scena alla produzione, questo dovrebbe richiedere circa un minuto.','Deploy Site'=>'Distribuisci Sito','Error'=>'Errore','You don\'t have a staging site yet.'=>'Non hai ancora un sito di stadio.','Not currently editing'=>'Non è attualmente in modifica','Proceed'=>'Procedere','Production Site'=>'Sito Di Produzione','Staging Site'=>'Sito Di Staging','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'Un sito di staging è un duplicato del vostro sito dal vivo, offrendo un ambiente sicuro per sperimentare, testare gli aggiornamenti e distribuire quando pronto.','Switch'=>'Cambia','Switching'=>'Commutazione','Switch to Production'=>'Passa alla produzione','This will navigate you to the production environment'=>'Questo ti porterà all\'ambiente di produzione','Loading the production environment now.'=>'Caricamento dell\'ambiente di produzione adesso.','Switching to the production environment, this should take about a minute.'=>'Passando all\'ambiente di produzione, questo dovrebbe richiedere circa un minuto.','Switch to Staging'=>'Passa allo Staging','This will navigate you to the staging environment'=>'Questo ti porterà all\'ambiente di staging','Loading the staging environment now.'=>'Caricamento dell\'ambiente di staging ora.','Switching to the staging environment, this should take about a minute.'=>'Passando all\'ambiente di stadio, questo dovrebbe richiedere circa un minuto.','Staging'=>'Staging','An unknown error has occurred.'=>'Si è verificato un errore sconosciuto.','Working...'=>'Lavorando...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-it_IT.mo b/languages/wp-module-staging-it_IT.mo new file mode 100644 index 0000000..827d296 Binary files /dev/null and b/languages/wp-module-staging-it_IT.mo differ diff --git a/languages/wp-module-staging-it_IT.po b/languages/wp-module-staging-it_IT.po index 5010628..6231ffc 100644 --- a/languages/wp-module-staging-it_IT.po +++ b/languages/wp-module-staging-it_IT.po @@ -1,65 +1,258 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: newfold-labswp-module-staging\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Vara Prasad Maruboina \n" -"Language-Team: Italian \n" +"Last-Translator: \n" +"Language-Team: Italian\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 13:44\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: newfold-labswp-module-staging\n" +"X-Crowdin-Project-ID: 764889\n" +"X-Crowdin-Language: it\n" +"X-Crowdin-File: wp-module-staging.pot\n" +"X-Crowdin-File-ID: 8\n" +"Language: it_IT\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." -msgstr "" +msgstr "La clonazione può essere fatta solo dall'ambiente di produzione." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" -msgstr "" +msgstr "Ambiente di staging esiste già!" -#: includes/Staging.php:299 -msgid "" -"You must switch to the production environment before destroying staging." -msgstr "" +#: includes/Staging.php:315 +msgid "You must switch to the production environment before destroying staging." +msgstr "Devi passare all'ambiente di produzione prima di distruggere lo staging." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." -msgstr "" +msgstr "Passa a un ambiente in cui sei già, non puoi." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." -msgstr "" +msgstr "Comando CLI di staging non valido." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." -msgstr "" +msgstr "Carattere non valido (%s) nel comando." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." -msgstr "" +msgstr "Impossibile eseguire lo script (disabled_function)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." -msgstr "" +msgstr "Impossibile eseguire lo script (errore di autorizzazione)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" -msgstr "" +msgstr "Impossibile analizzare JSON" #: includes/StagingCLI.php:96 msgid "Invalid JSON response" -msgstr "" +msgstr "Risposta JSON non valida" #: includes/StagingMenu.php:31 msgid "Staging Environment" -msgstr "" +msgstr "Ambiente Di Staging" #: includes/StagingMenu.php:33 msgid "Staging Actions" -msgstr "" +msgstr "Azioni Di Staging" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "Annulla" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Clona" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Conferma Azione Clona" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "Questo sovrascriverà qualsiasi cosa nello staging e lo aggiornerà ad un clone esatto del sito di produzione corrente. Sei sicuro di voler procedere?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Clonato allo Staging" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "La clonazione della produzione per la staging, questo dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Clona allo staging" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Creato" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging Creato" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Creare un sito di staging dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Crea sito di staging" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Modifica attualmente" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Elimina" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Conferma Eliminazione" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "Questo eliminerà definitivamente il sito di stadio. Sei sicuro di voler procedere? È possibile ricreare un altro sito di staging in qualsiasi momento, ma tutte le modifiche specifiche che hai fatto a questo sito di staging andranno perse." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Staging Eliminato" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "L'eliminazione del sito di staging dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Elimina Sito Di Staging" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Dispiega" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Distribuisci tutte le modifiche" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Conferma Distribuzione" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Distribuisci solo il database" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "Questo distribuirà lo staging alla produzione e sovrascriverà il sito di produzione corrente. Sei sicuro di voler procedere?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Distribuisci solo file" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Dispiegato" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Distribuire dalla messa in scena alla produzione, questo dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Distribuisci Sito" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Errore" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "Non hai ancora un sito di stadio." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Non è attualmente in modifica" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Procedere" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Sito Di Produzione" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Sito Di Staging" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "Un sito di staging è un duplicato del vostro sito dal vivo, offrendo un ambiente sicuro per sperimentare, testare gli aggiornamenti e distribuire quando pronto." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Cambia" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Commutazione" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Passa alla produzione" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "Questo ti porterà all'ambiente di produzione" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "Caricamento dell'ambiente di produzione adesso." + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "Passando all'ambiente di produzione, questo dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Passa allo Staging" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "Questo ti porterà all'ambiente di staging" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "Caricamento dell'ambiente di staging ora." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Passando all'ambiente di stadio, questo dovrebbe richiedere circa un minuto." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Staging" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "Si è verificato un errore sconosciuto." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Lavorando..." + diff --git a/languages/wp-module-staging-nl_NL-48930bd1a7f0c1e105e82f4e563bd66b.json b/languages/wp-module-staging-nl_NL-48930bd1a7f0c1e105e82f4e563bd66b.json new file mode 100644 index 0000000..a6ce457 --- /dev/null +++ b/languages/wp-module-staging-nl_NL-48930bd1a7f0c1e105e82f4e563bd66b.json @@ -0,0 +1,156 @@ +{ + "translation-revision-date": "2025-02-19 13:44", + "generator": "WP-CLI\/2.11.0", + "source": "components\/staging\/defaultText.js", + "domain": "messages", + "locale_data": { + "messages": { + "": { + "domain": "messages", + "lang": "nl_NL", + "plural-forms": "nplurals=2; plural=(n != 1);" + }, + "Cancel": [ + "annuleren" + ], + "Clone": [ + "Dupliceren" + ], + "Confirm Clone Action": [ + "Bevestig kloonactie" + ], + "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?": [ + "Dit zal alles in staging overschrijven en bijwerken naar een exacte kloon van de huidige productiesite. Weet u zeker dat u wilt doorgaan?" + ], + "Cloned to Staging": [ + "Gekloond naar Staging" + ], + "Cloning production to staging, this should take about a minute.": [ + "Het stilleggen van de productie zou ongeveer een minuut moeten duren." + ], + "Clone to staging": [ + "Kopieer naar staging" + ], + "Created": [ + "Aangemaakt" + ], + "Staging Created": [ + "Staging aangemaakt" + ], + "Creating a staging site, this should take about a minute.": [ + "Het cre\u00ebren van een halteplaats zou ongeveer een minuut moeten duren." + ], + "Create staging site": [ + "Stageings site maken" + ], + "Currently editing": [ + "Momenteel bewerken" + ], + "Delete": [ + "Verwijderen" + ], + "Confirm Delete": [ + "Verwijderen bevestigen" + ], + "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost.": [ + "Dit zal de stagingsite permanent verwijderen. Weet u zeker dat u wilt doorgaan? Je kunt op elk moment een andere staging site aanmaken, maar eventuele specifieke wijzigingen die je hebt aangebracht in deze staging site gaan verloren." + ], + "Deleted Staging": [ + "Verwijderde fasering" + ], + "Deleting the staging site, this should take about a minute.": [ + "De voorgehouden site wordt verwijderd, dit duurt ongeveer een minuut." + ], + "Delete Staging Site": [ + "Verwijder Staging Site" + ], + "Deploy": [ + "Implementeren" + ], + "Deploy all changes": [ + "Alle wijzigingen implementeren" + ], + "Confirm Deployment": [ + "Bevestig implementatie" + ], + "Deploy database only": [ + "Alleen database implementeren" + ], + "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?": [ + "Dit zal staging implementeren naar productie en huidige productie site overschrijven. Weet u zeker dat u wilt doorgaan?" + ], + "Deploy files only": [ + "Alleen bestanden implementeren" + ], + "Deployed": [ + "Ge\u00efmplementeerd" + ], + "Deploying from staging to production, this should take about a minute.": [ + "Het inzetten van halteplaatsen op productie, dit zou ongeveer een minuut moeten duren." + ], + "Deploy Site": [ + "Site implementeren" + ], + "Error": [ + "Foutmelding" + ], + "You don't have a staging site yet.": [ + "U hebt nog geen staging site." + ], + "Not currently editing": [ + "Momenteel niet bewerkt" + ], + "Proceed": [ + "Doorgaan" + ], + "Production Site": [ + "Productie site" + ], + "Staging Site": [ + "Staging Site" + ], + "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.": [ + "Een stagingsite is een duplicaat van uw website en biedt een veilige omgeving aan om te experimenteren, updates te testen en te implementeren wanneer u klaar bent." + ], + "Switch": [ + "Schakelaar" + ], + "Switching": [ + "Schakelen" + ], + "Switch to Production": [ + "Overschakelen naar productie" + ], + "This will navigate you to the production environment": [ + "Dit zal je naar de productieomgeving navigeren" + ], + "Loading the production environment now.": [ + "De productieomgeving nu laden." + ], + "Switching to the production environment, this should take about a minute.": [ + "De omschakeling naar de productieomgeving zou ongeveer een minuut moeten duren." + ], + "Switch to Staging": [ + "Overschakelen naar fasering" + ], + "This will navigate you to the staging environment": [ + "Dit zal u navigeren naar de stagingomgeving" + ], + "Loading the staging environment now.": [ + "De stagingomgeving nu laden." + ], + "Switching to the staging environment, this should take about a minute.": [ + "Overschakelen op de stagingomgeving, dit zou ongeveer een minuut moeten duren." + ], + "Staging": [ + "Testboeking" + ], + "An unknown error has occurred.": [ + "Er is een onbekende fout opgetreden." + ], + "Working...": [ + "Bezig..." + ] + } + } +} \ No newline at end of file diff --git a/languages/wp-module-staging-nl_NL.l10n.php b/languages/wp-module-staging-nl_NL.l10n.php new file mode 100644 index 0000000..46aefd6 --- /dev/null +++ b/languages/wp-module-staging-nl_NL.l10n.php @@ -0,0 +1,2 @@ +'wp-module-staging','plural-forms'=>'nplurals=2; plural=(n != 1);','language'=>'nl_NL','project-id-version'=>'newfold-labswp-module-staging','pot-creation-date'=>'2025-02-19T11:37:53+00:00','po-revision-date'=>'2025-02-19 13:44','x-generator'=>'WP-CLI 2.11.0','messages'=>['Cloning can only be done from the production environment.'=>'Klonen kan alleen worden gedaan vanuit de productieomgeving.','Staging environment already exists!'=>'Testomgeving bestaat al!','You must switch to the production environment before destroying staging.'=>'U moet naar de productieomgeving overschakelen voordat u stagneert.','Switch to an environment you are already in, you cannot.'=>'Schakel over naar een omgeving waar je al in bent, dat kan je niet.','Invalid staging CLI command.'=>'Ongeldig staging CLI commando.','Invalid character (%s) in command.'=>'Ongeldig teken (%s) in command.','Unable to execute script (disabled_function).'=>'Kan script niet uitvoeren (uitgeschakeld_functie).','Unable to execute script (permission error).'=>'Kan script niet uitvoeren (toestemmingsfout).','Unable to parse JSON'=>'Kan JSON niet parsen','Invalid JSON response'=>'Ongeldig JSON-antwoord','Staging Environment'=>'Staging Omgeving','Staging Actions'=>'Staging Acties','Cancel'=>'annuleren','Clone'=>'Dupliceren','Confirm Clone Action'=>'Bevestig kloonactie','This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?'=>'Dit zal alles in staging overschrijven en bijwerken naar een exacte kloon van de huidige productiesite. Weet u zeker dat u wilt doorgaan?','Cloned to Staging'=>'Gekloond naar Staging','Cloning production to staging, this should take about a minute.'=>'Het stilleggen van de productie zou ongeveer een minuut moeten duren.','Clone to staging'=>'Kopieer naar staging','Created'=>'Aangemaakt','Staging Created'=>'Staging aangemaakt','Creating a staging site, this should take about a minute.'=>'Het creëren van een halteplaats zou ongeveer een minuut moeten duren.','Create staging site'=>'Stageings site maken','Currently editing'=>'Momenteel bewerken','Delete'=>'Verwijderen','Confirm Delete'=>'Verwijderen bevestigen','This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you\'ve made to this staging site will be lost.'=>'Dit zal de stagingsite permanent verwijderen. Weet u zeker dat u wilt doorgaan? Je kunt op elk moment een andere staging site aanmaken, maar eventuele specifieke wijzigingen die je hebt aangebracht in deze staging site gaan verloren.','Deleted Staging'=>'Verwijderde fasering','Deleting the staging site, this should take about a minute.'=>'De voorgehouden site wordt verwijderd, dit duurt ongeveer een minuut.','Delete Staging Site'=>'Verwijder Staging Site','Deploy'=>'Implementeren','Deploy all changes'=>'Alle wijzigingen implementeren','Confirm Deployment'=>'Bevestig implementatie','Deploy database only'=>'Alleen database implementeren','This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?'=>'Dit zal staging implementeren naar productie en huidige productie site overschrijven. Weet u zeker dat u wilt doorgaan?','Deploy files only'=>'Alleen bestanden implementeren','Deployed'=>'Geïmplementeerd','Deploying from staging to production, this should take about a minute.'=>'Het inzetten van halteplaatsen op productie, dit zou ongeveer een minuut moeten duren.','Deploy Site'=>'Site implementeren','Error'=>'Foutmelding','You don\'t have a staging site yet.'=>'U hebt nog geen staging site.','Not currently editing'=>'Momenteel niet bewerkt','Proceed'=>'Doorgaan','Production Site'=>'Productie site','Staging Site'=>'Staging Site','A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready.'=>'Een stagingsite is een duplicaat van uw website en biedt een veilige omgeving aan om te experimenteren, updates te testen en te implementeren wanneer u klaar bent.','Switch'=>'Schakelaar','Switching'=>'Schakelen','Switch to Production'=>'Overschakelen naar productie','This will navigate you to the production environment'=>'Dit zal je naar de productieomgeving navigeren','Loading the production environment now.'=>'De productieomgeving nu laden.','Switching to the production environment, this should take about a minute.'=>'De omschakeling naar de productieomgeving zou ongeveer een minuut moeten duren.','Switch to Staging'=>'Overschakelen naar fasering','This will navigate you to the staging environment'=>'Dit zal u navigeren naar de stagingomgeving','Loading the staging environment now.'=>'De stagingomgeving nu laden.','Switching to the staging environment, this should take about a minute.'=>'Overschakelen op de stagingomgeving, dit zou ongeveer een minuut moeten duren.','Staging'=>'Testboeking','An unknown error has occurred.'=>'Er is een onbekende fout opgetreden.','Working...'=>'Bezig...']]; \ No newline at end of file diff --git a/languages/wp-module-staging-nl_NL.mo b/languages/wp-module-staging-nl_NL.mo new file mode 100644 index 0000000..6e00276 Binary files /dev/null and b/languages/wp-module-staging-nl_NL.mo differ diff --git a/languages/wp-module-staging-nl_NL.po b/languages/wp-module-staging-nl_NL.po index e250e6f..eda8aa2 100644 --- a/languages/wp-module-staging-nl_NL.po +++ b/languages/wp-module-staging-nl_NL.po @@ -1,65 +1,258 @@ msgid "" msgstr "" -"Project-Id-Version: \n" +"Project-Id-Version: newfold-labswp-module-staging\n" "Report-Msgid-Bugs-To: \n" -"Last-Translator: Vara Prasad Maruboina \n" -"Language-Team: Dutch \n" +"Last-Translator: \n" +"Language-Team: Dutch\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" -"PO-Revision-Date: 2025-02-13 19:40+0530\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" +"PO-Revision-Date: 2025-02-19 13:44\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: newfold-labswp-module-staging\n" +"X-Crowdin-Project-ID: 764889\n" +"X-Crowdin-Language: nl\n" +"X-Crowdin-File: wp-module-staging.pot\n" +"X-Crowdin-File-ID: 8\n" +"Language: nl_NL\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." -msgstr "" +msgstr "Klonen kan alleen worden gedaan vanuit de productieomgeving." -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" -msgstr "" +msgstr "Testomgeving bestaat al!" -#: includes/Staging.php:299 -msgid "" -"You must switch to the production environment before destroying staging." -msgstr "" +#: includes/Staging.php:315 +msgid "You must switch to the production environment before destroying staging." +msgstr "U moet naar de productieomgeving overschakelen voordat u stagneert." -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." -msgstr "" +msgstr "Schakel over naar een omgeving waar je al in bent, dat kan je niet." -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." -msgstr "" +msgstr "Ongeldig staging CLI commando." #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." -msgstr "" +msgstr "Ongeldig teken (%s) in command." -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." -msgstr "" +msgstr "Kan script niet uitvoeren (uitgeschakeld_functie)." -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." -msgstr "" +msgstr "Kan script niet uitvoeren (toestemmingsfout)." -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" -msgstr "" +msgstr "Kan JSON niet parsen" #: includes/StagingCLI.php:96 msgid "Invalid JSON response" -msgstr "" +msgstr "Ongeldig JSON-antwoord" #: includes/StagingMenu.php:31 msgid "Staging Environment" -msgstr "" +msgstr "Staging Omgeving" #: includes/StagingMenu.php:33 msgid "Staging Actions" -msgstr "" +msgstr "Staging Acties" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "annuleren" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "Dupliceren" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "Bevestig kloonactie" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "Dit zal alles in staging overschrijven en bijwerken naar een exacte kloon van de huidige productiesite. Weet u zeker dat u wilt doorgaan?" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "Gekloond naar Staging" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "Het stilleggen van de productie zou ongeveer een minuut moeten duren." + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "Kopieer naar staging" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "Aangemaakt" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "Staging aangemaakt" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "Het creëren van een halteplaats zou ongeveer een minuut moeten duren." + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "Stageings site maken" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "Momenteel bewerken" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "Verwijderen" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "Verwijderen bevestigen" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "Dit zal de stagingsite permanent verwijderen. Weet u zeker dat u wilt doorgaan? Je kunt op elk moment een andere staging site aanmaken, maar eventuele specifieke wijzigingen die je hebt aangebracht in deze staging site gaan verloren." + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "Verwijderde fasering" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "De voorgehouden site wordt verwijderd, dit duurt ongeveer een minuut." + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "Verwijder Staging Site" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "Implementeren" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "Alle wijzigingen implementeren" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "Bevestig implementatie" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "Alleen database implementeren" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "Dit zal staging implementeren naar productie en huidige productie site overschrijven. Weet u zeker dat u wilt doorgaan?" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "Alleen bestanden implementeren" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "Geïmplementeerd" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "Het inzetten van halteplaatsen op productie, dit zou ongeveer een minuut moeten duren." + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "Site implementeren" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "Foutmelding" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "U hebt nog geen staging site." + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "Momenteel niet bewerkt" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "Doorgaan" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "Productie site" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "Staging Site" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "Een stagingsite is een duplicaat van uw website en biedt een veilige omgeving aan om te experimenteren, updates te testen en te implementeren wanneer u klaar bent." + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "Schakelaar" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "Schakelen" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "Overschakelen naar productie" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "Dit zal je naar de productieomgeving navigeren" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "De productieomgeving nu laden." + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "De omschakeling naar de productieomgeving zou ongeveer een minuut moeten duren." + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "Overschakelen naar fasering" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "Dit zal u navigeren naar de stagingomgeving" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "De stagingomgeving nu laden." + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "Overschakelen op de stagingomgeving, dit zou ongeveer een minuut moeten duren." + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "Testboeking" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "Er is een onbekende fout opgetreden." + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr "Bezig..." + diff --git a/languages/wp-module-staging.pot b/languages/wp-module-staging.pot index 5418176..2147805 100644 --- a/languages/wp-module-staging.pot +++ b/languages/wp-module-staging.pot @@ -7,45 +7,45 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-02-13T11:02:08+00:00\n" +"POT-Creation-Date: 2025-02-19T11:37:53+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: wp-module-staging\n" -#: includes/Staging.php:240 +#: includes/Staging.php:256 msgid "Cloning can only be done from the production environment." msgstr "" -#: includes/Staging.php:265 +#: includes/Staging.php:281 msgid "Staging environment already exists!" msgstr "" -#: includes/Staging.php:299 +#: includes/Staging.php:315 msgid "You must switch to the production environment before destroying staging." msgstr "" -#: includes/Staging.php:321 +#: includes/Staging.php:337 msgid "Switch to an environment you are already in, you cannot." msgstr "" -#: includes/Staging.php:358 +#: includes/Staging.php:374 msgid "Invalid staging CLI command." msgstr "" #. translators: Invalid character that was entered -#: includes/Staging.php:408 +#: includes/Staging.php:424 msgid "Invalid character (%s) in command." msgstr "" -#: includes/Staging.php:417 +#: includes/Staging.php:433 msgid "Unable to execute script (disabled_function)." msgstr "" -#: includes/Staging.php:425 +#: includes/Staging.php:441 msgid "Unable to execute script (permission error)." msgstr "" -#: includes/Staging.php:438 +#: includes/Staging.php:454 msgid "Unable to parse JSON" msgstr "" @@ -60,3 +60,191 @@ msgstr "" #: includes/StagingMenu.php:33 msgid "Staging Actions" msgstr "" + +#: components/staging/defaultText.js:4 +msgid "Cancel" +msgstr "" + +#: components/staging/defaultText.js:5 +msgid "Clone" +msgstr "" + +#: components/staging/defaultText.js:6 +msgid "Confirm Clone Action" +msgstr "" + +#: components/staging/defaultText.js:7 +msgid "This will overwrite anything in staging and update it to an exact clone of the current production site. Are you sure you want to proceed?" +msgstr "" + +#: components/staging/defaultText.js:8 +msgid "Cloned to Staging" +msgstr "" + +#: components/staging/defaultText.js:9 +msgid "Cloning production to staging, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:10 +msgid "Clone to staging" +msgstr "" + +#: components/staging/defaultText.js:11 +msgid "Created" +msgstr "" + +#: components/staging/defaultText.js:12 +msgid "Staging Created" +msgstr "" + +#: components/staging/defaultText.js:13 +msgid "Creating a staging site, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:14 +msgid "Create staging site" +msgstr "" + +#: components/staging/defaultText.js:15 +msgid "Currently editing" +msgstr "" + +#: components/staging/defaultText.js:16 +msgid "Delete" +msgstr "" + +#: components/staging/defaultText.js:17 +msgid "Confirm Delete" +msgstr "" + +#: components/staging/defaultText.js:18 +msgid "This will permanently delete staging site. Are you sure you want to proceed? You can recreate another staging site at any time, but any specific changes you've made to this staging site will be lost." +msgstr "" + +#: components/staging/defaultText.js:19 +msgid "Deleted Staging" +msgstr "" + +#: components/staging/defaultText.js:20 +msgid "Deleting the staging site, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:21 +msgid "Delete Staging Site" +msgstr "" + +#: components/staging/defaultText.js:22 +msgid "Deploy" +msgstr "" + +#: components/staging/defaultText.js:23 +msgid "Deploy all changes" +msgstr "" + +#: components/staging/defaultText.js:24 +msgid "Confirm Deployment" +msgstr "" + +#: components/staging/defaultText.js:25 +msgid "Deploy database only" +msgstr "" + +#: components/staging/defaultText.js:26 +msgid "This will deploy staging to production and overwrite current production site. Are you sure you want to proceed?" +msgstr "" + +#: components/staging/defaultText.js:27 +msgid "Deploy files only" +msgstr "" + +#: components/staging/defaultText.js:28 +msgid "Deployed" +msgstr "" + +#: components/staging/defaultText.js:29 +msgid "Deploying from staging to production, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:30 +msgid "Deploy Site" +msgstr "" + +#: components/staging/defaultText.js:31 +msgid "Error" +msgstr "" + +#: components/staging/defaultText.js:32 +msgid "You don't have a staging site yet." +msgstr "" + +#: components/staging/defaultText.js:33 +msgid "Not currently editing" +msgstr "" + +#: components/staging/defaultText.js:34 +msgid "Proceed" +msgstr "" + +#: components/staging/defaultText.js:35 +msgid "Production Site" +msgstr "" + +#: components/staging/defaultText.js:36 +msgid "Staging Site" +msgstr "" + +#: components/staging/defaultText.js:37 +msgid "A staging site is a duplicate of your live site, offering a secure environment to experiment, test updates, and deploy when ready." +msgstr "" + +#: components/staging/defaultText.js:38 +msgid "Switch" +msgstr "" + +#: components/staging/defaultText.js:39 +msgid "Switching" +msgstr "" + +#: components/staging/defaultText.js:40 +msgid "Switch to Production" +msgstr "" + +#: components/staging/defaultText.js:41 +msgid "This will navigate you to the production environment" +msgstr "" + +#: components/staging/defaultText.js:42 +msgid "Loading the production environment now." +msgstr "" + +#: components/staging/defaultText.js:43 +msgid "Switching to the production environment, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:44 +msgid "Switch to Staging" +msgstr "" + +#: components/staging/defaultText.js:45 +msgid "This will navigate you to the staging environment" +msgstr "" + +#: components/staging/defaultText.js:46 +msgid "Loading the staging environment now." +msgstr "" + +#: components/staging/defaultText.js:47 +msgid "Switching to the staging environment, this should take about a minute." +msgstr "" + +#: components/staging/defaultText.js:48 +msgid "Staging" +msgstr "" + +#: components/staging/defaultText.js:49 +msgid "An unknown error has occurred." +msgstr "" + +#: components/staging/defaultText.js:50 +msgid "Working..." +msgstr ""