From a38377855771a43b3f30c76f41e2a05a2d536137 Mon Sep 17 00:00:00 2001 From: mainio-integration-bot <47661511+mainio-integration-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:56:14 +0300 Subject: [PATCH 1/4] New translations en.yml (Swedish) --- config/locales/sv.yml | 56 +++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/config/locales/sv.yml b/config/locales/sv.yml index b5ef552..bd4e789 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -2,55 +2,55 @@ sv: activemodel: attributes: redirection: - external: External - parameters: Parameters - path: Path - priority: Priority - target: Target + external: Extern + parameters: Parametrar + path: Sökväg + priority: Prioritet + target: Mål errors: models: redirection: attributes: parameters: - invalid_format_parameters: 'invalid parameters, format must be like "key=value&key2=value2"' + invalid_format_parameters: 'ogiltiga parametrar, formatet måste vara som "key=value&key2=value2"' path: - invalid_format: 'invalid path format, must start with a forward slash (/) and follow URL path formatting rules' + invalid_format: 'ogiltigt sökvägs-format, måste börja med ett framåtriktat snedstreck (/) och följa URL-sökvägs-formateringsregler' target: - invalid_format_local: 'invalid local target format, must start with a forward slash (/) and follow URL path formatting rules' - invalid_format_external: 'invalid external target format, must be a full URL such as "https://www.decidim.org/blog"' + invalid_format_local: 'ogiltigt lokalt målformat, måste börja med ett framåtriktat snedstreck (/) och följa URL-sökvägs formateringsregler' + invalid_format_external: 'ogiltigt externt målformat, måste vara en fullständig URL som "https://www.decidim.org/blog"' decidim: redirects: admin: actions: - back: Back - cancel: Cancel - new_redirection: New redirection + back: Tillbaka + cancel: Avbryt + new_redirection: Ny omdirigering models: redirections: fields: - path: Path - priority: Priority - target: Target + path: Sökväg + priority: Prioritet + target: Mål redirections: create: - error: Error creating redirection. - success: Redirection successfully created. + error: Fel vid skapande av omdirigering. + success: Omdirigera har skapats. destroy: - success: Redirection successfully deleted. + success: Omdirigera har skapats. edit: - save: Save - title: Redirection + save: Spara + title: Omdirigering form: - title: Redirection + title: Omdirigering index: - no_records_html:

No redirections available.

Start by adding a redirection from the "%{button_name}" button.

+ no_records_html:

Inga omdirigeringar tillgängliga.

Börja med att lägga till en omdirigering från "%{button_name}"-knappen.

new: - create: Create - title: Redirection + create: Skapa + title: Omdirigering update: - error: Error updating redirection. - success: Redirection successfully updated. + error: Fel vid skapande av omdirigering. + success: Omdirigera har skapats. titles: - redirections: Redirections + redirections: Omdirigeringar menu: - redirects: Redirects + redirects: Omdirigering From 30798b78091710db73eedb669cdb53ef1f0ba986 Mon Sep 17 00:00:00 2001 From: mainio-integration-bot <47661511+mainio-integration-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:56:15 +0300 Subject: [PATCH 2/4] New translations en.yml (Czech) --- config/locales/cs.yml | 56 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 config/locales/cs.yml diff --git a/config/locales/cs.yml b/config/locales/cs.yml new file mode 100644 index 0000000..f368ec4 --- /dev/null +++ b/config/locales/cs.yml @@ -0,0 +1,56 @@ +cs: + activemodel: + attributes: + redirection: + external: External + parameters: Parameters + path: Path + priority: Priority + target: Target + errors: + models: + redirection: + attributes: + parameters: + invalid_format_parameters: 'invalid parameters, format must be like "key=value&key2=value2"' + path: + invalid_format: 'invalid path format, must start with a forward slash (/) and follow URL path formatting rules' + target: + invalid_format_local: 'invalid local target format, must start with a forward slash (/) and follow URL path formatting rules' + invalid_format_external: 'invalid external target format, must be a full URL such as "https://www.decidim.org/blog"' + decidim: + redirects: + admin: + actions: + back: Back + cancel: Cancel + new_redirection: New redirection + models: + redirections: + fields: + path: Path + priority: Priority + target: Target + redirections: + create: + error: Error creating redirection. + success: Redirection successfully created. + destroy: + success: Redirection successfully deleted. + edit: + save: Save + title: Redirection + form: + title: Redirection + index: + no_records_html:

No redirections available.

Start by adding a redirection from the "%{button_name}" button.

+ new: + create: Create + title: Redirection + update: + error: Error updating redirection. + success: Redirection successfully updated. + titles: + redirections: Redirections + menu: + redirects: Redirects From 489007c0a9feb061c1d7c0d18454eba73fd11ce7 Mon Sep 17 00:00:00 2001 From: mainio-integration-bot <47661511+mainio-integration-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 20:33:22 +0300 Subject: [PATCH 3/4] New translations en.yml (Czech) --- config/locales/cs.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index f368ec4..e6213a5 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2,48 +2,48 @@ cs: activemodel: attributes: redirection: - external: External - parameters: Parameters - path: Path - priority: Priority - target: Target + external: Externí + parameters: Paramtery + path: Cesta + priority: Priorita + target: Cíl errors: models: redirection: attributes: parameters: - invalid_format_parameters: 'invalid parameters, format must be like "key=value&key2=value2"' + invalid_format_parameters: 'neplatné parametry, formát musí být jako "key=value&key2=value2"' path: - invalid_format: 'invalid path format, must start with a forward slash (/) and follow URL path formatting rules' + invalid_format: 'neplatný formát cesty, musí začínat lomítkem (/) a dodržovat pravidla formátování URL' target: invalid_format_local: 'invalid local target format, must start with a forward slash (/) and follow URL path formatting rules' - invalid_format_external: 'invalid external target format, must be a full URL such as "https://www.decidim.org/blog"' + invalid_format_external: 'neplatný cílový formát, musí být kompletní URL jako "https://www.decidim.org/blog"' decidim: redirects: admin: actions: - back: Back - cancel: Cancel - new_redirection: New redirection + back: Zpět + cancel: Zrušit + new_redirection: Nové přesměrování models: redirections: fields: - path: Path - priority: Priority - target: Target + path: Cesta + priority: Priorita + target: Cíl redirections: create: - error: Error creating redirection. - success: Redirection successfully created. + error: Chyba při vytváření přesměrování. + success: Přesměrování bylo úspěšně vytvořeno. destroy: - success: Redirection successfully deleted. + success: Přesměrování bylo úspěšně odstraněno. edit: - save: Save - title: Redirection + save: Uložit + title: Přesměrování form: - title: Redirection + title: Přesměrování index: - no_records_html:

No redirections available.

Start by adding a redirection from the "%{button_name}" button.

+ no_records_html:

Žádné přesměrování není k dispozici.

Začněte přidáním tlačítka "%{button_name}".

new: create: Create title: Redirection From 5ff4ae40cc7d45d13da7b4bc9e9fae36b17b7cd6 Mon Sep 17 00:00:00 2001 From: mainio-integration-bot <47661511+mainio-integration-bot@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:34:02 +0300 Subject: [PATCH 4/4] New translations en.yml (Czech) --- config/locales/cs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/locales/cs.yml b/config/locales/cs.yml index e6213a5..9d67820 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -16,7 +16,7 @@ cs: path: invalid_format: 'neplatný formát cesty, musí začínat lomítkem (/) a dodržovat pravidla formátování URL' target: - invalid_format_local: 'invalid local target format, must start with a forward slash (/) and follow URL path formatting rules' + invalid_format_local: 'neplatný formát targetu cesty, musí začínat lomítkem (/) a dodržovat pravidla formátování URL' invalid_format_external: 'neplatný cílový formát, musí být kompletní URL jako "https://www.decidim.org/blog"' decidim: redirects: @@ -45,12 +45,12 @@ cs: index: no_records_html:

Žádné přesměrování není k dispozici.

Začněte přidáním tlačítka "%{button_name}".

new: - create: Create - title: Redirection + create: Vytvořit + title: Přesměrování update: - error: Error updating redirection. - success: Redirection successfully updated. + error: Chyba při aktualizaci přesměrování. + success: Přesměrování bylo úspěšně aktualizováno. titles: - redirections: Redirections + redirections: Přesměrování menu: - redirects: Redirects + redirects: Přesměrování