trypost/lang/de/signatures.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

61 lines
2.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
return [
'title' => 'Signaturen',
'description' => 'Erstelle wiederverwendbare Signaturen, um sie schnell an deine Beiträge anzuhängen',
'search' => 'Signaturen suchen...',
'new' => 'Neue Signatur',
'empty_title' => 'Noch keine Signaturen',
'empty_description' => 'Erstelle Signaturen, um schnell Hashtags, Links oder beliebige wiederverwendbare Texte an deine Beiträge anzuhängen',
'no_search_results' => 'Keine Signaturen passen zu deiner Suche',
'try_different_search' => 'Versuche ein anderes Stichwort oder setze die Suche zurück.',
'table' => [
'name' => 'Name',
'content' => 'Inhalt',
'created_at' => 'Erstellt',
],
'actions' => [
'edit' => 'Signatur bearbeiten',
'delete' => 'Signatur löschen',
],
'create' => [
'title' => 'Signatur erstellen',
'description' => 'Gib deiner Signatur einen Namen und den Inhalt zum Anhängen (Hashtags, Links, individueller Text alles, was du wiederverwendest).',
'name' => 'Name',
'name_placeholder' => 'z. B. Marketing, Reisen, Marken-Grußformel',
'content' => 'Inhalt',
'content_placeholder' => "#marketing #socialmedia\nMehr erfahren: https://yourbrand.com",
'content_hint' => 'Hashtags, Links, individuelle Einleitungen, Grußformeln alles, was du an Beiträge anhängst.',
'submit' => 'Signatur erstellen',
'submitting' => 'Wird erstellt...',
],
'edit' => [
'title' => 'Signatur bearbeiten',
'description' => 'Aktualisiere Name und Inhalt für diese Signatur.',
'name' => 'Name',
'name_placeholder' => 'z. B. Marketing, Reisen, Marken-Grußformel',
'content' => 'Inhalt',
'content_placeholder' => "#marketing #socialmedia\nMehr erfahren: https://yourbrand.com",
'content_hint' => 'Hashtags, Links, individuelle Einleitungen, Grußformeln alles, was du an Beiträge anhängst.',
'submit' => 'Änderungen speichern',
'submitting' => 'Wird gespeichert...',
],
'delete' => [
'title' => 'Signatur löschen',
'description' => 'Möchtest du diese Signatur wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.',
'confirm' => 'Löschen',
'cancel' => 'Abbrechen',
],
'flash' => [
'created' => 'Signatur erstellt.',
'updated' => 'Signatur aktualisiert.',
'deleted' => 'Signatur gelöscht.',
],
];