diff --git a/config/locales/cs.yml b/config/locales/cs.yml new file mode 100644 index 0000000..9d67820 --- /dev/null +++ b/config/locales/cs.yml @@ -0,0 +1,56 @@ +cs: + activemodel: + attributes: + redirection: + external: Externí + parameters: Paramtery + path: Cesta + priority: Priorita + target: Cíl + errors: + models: + redirection: + attributes: + parameters: + invalid_format_parameters: 'neplatné parametry, formát musí být jako "key=value&key2=value2"' + path: + invalid_format: 'neplatný formát cesty, musí začínat lomítkem (/) a dodržovat pravidla formátování URL' + target: + 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: + admin: + actions: + back: Zpět + cancel: Zrušit + new_redirection: Nové přesměrování + models: + redirections: + fields: + path: Cesta + priority: Priorita + target: Cíl + redirections: + create: + error: Chyba při vytváření přesměrování. + success: Přesměrování bylo úspěšně vytvořeno. + destroy: + success: Přesměrování bylo úspěšně odstraněno. + edit: + save: Uložit + title: Přesměrování + form: + title: Přesměrování + 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: Vytvořit + title: Přesměrování + update: + error: Chyba při aktualizaci přesměrování. + success: Přesměrování bylo úspěšně aktualizováno. + titles: + redirections: Přesměrování + menu: + redirects: Přesměrování 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