-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21f1fbd
commit 2d90ff0
Showing
20 changed files
with
680 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
display: | ||
default: | ||
display_title: الرئيسي | ||
display_options: | ||
fields: | ||
redirect_source__path: | ||
label: من | ||
separator: ', ' | ||
is_custom: | ||
label: مخصص | ||
separator: ', ' | ||
created: | ||
label: الإنشاء | ||
pager: | ||
options: | ||
tags: | ||
next: 'التالية ›' | ||
previous: '‹ السابقة' | ||
first: '« الأولى' | ||
last: 'الأخيرة »' | ||
expose: | ||
items_per_page_options_all_label: '- الكل -' | ||
offset_label: الإزاحة | ||
exposed_form: | ||
options: | ||
submit_button: انتقاء | ||
reset_button_label: 'إعادة الضبط' | ||
exposed_sorts_label: 'الترتيب حسب' | ||
sort_asc_label: تصاعدي | ||
sort_desc_label: تنازلي | ||
filters: | ||
redirect_source__path: | ||
expose: | ||
label: من | ||
redirect_redirect__uri: | ||
expose: | ||
label: إلى | ||
is_custom: | ||
expose: | ||
label: مخصص | ||
page_1: | ||
display_title: الصفحة |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
label: Umleiten | ||
description: 'Liste der Umleitungen' | ||
display: | ||
default: | ||
display_title: Master | ||
display_options: | ||
title: Umleiten | ||
fields: | ||
redirect_bulk_form: | ||
action_title: 'Mit Auswahl' | ||
redirect_source__path: | ||
label: Von | ||
separator: ', ' | ||
is_custom: | ||
label: Benutzerdefiniert | ||
separator: ', ' | ||
created: | ||
label: Erstellt | ||
pager: | ||
options: | ||
tags: | ||
next: 'nächste Seite ›' | ||
previous: '‹ vorherige Seite' | ||
first: '« erste Seite' | ||
last: 'letzte Seite »' | ||
expose: | ||
items_per_page_label: 'Elemente pro Seite' | ||
items_per_page_options_all_label: '- Alle -' | ||
offset_label: Versatz | ||
exposed_form: | ||
options: | ||
submit_button: Filter | ||
reset_button_label: Zurücksetzen | ||
exposed_sorts_label: Sortierung | ||
sort_asc_label: Aufsteigend | ||
sort_desc_label: Absteigend | ||
empty: | ||
area_text_custom: | ||
content: 'Es wurde noch keine Umleitung eingerichtet.' | ||
filters: | ||
redirect_source__path: | ||
expose: | ||
label: Von | ||
redirect_redirect__uri: | ||
expose: | ||
label: An | ||
status_code: | ||
expose: | ||
label: Statuscode | ||
group_info: | ||
label: Statuscode | ||
group_items: | ||
1: | ||
title: '300 Mehrere Auswahlmöglichkeiten' | ||
2: | ||
title: '301 Dauerhaft verschoben' | ||
3: | ||
title: '302 Gefunden' | ||
4: | ||
title: '303 Siehe andere' | ||
5: | ||
title: '304 Nicht modifiziert' | ||
6: | ||
title: '305 Proxy verwenden' | ||
7: | ||
title: '307 Temporäre Weiterleitung' | ||
language: | ||
expose: | ||
label: Originalsprache | ||
is_custom: | ||
expose: | ||
label: Benutzerdefiniert | ||
page_1: | ||
display_title: Seite | ||
display_options: | ||
menu: | ||
title: Umleiten |
Oops, something went wrong.