You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/database/files/sql/idempotent/fworch-texts.sql
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -778,6 +778,8 @@ INSERT INTO txt VALUES ('missing_objects', 'German', 'Fehlende Objekte auf Dev
778
778
INSERT INTO txt VALUES ('missing_objects', 'English', 'Missing Objects on Device');
779
779
INSERT INTO txt VALUES ('fully_modelled', 'German', 'Vollständig Modelliert');
780
780
INSERT INTO txt VALUES ('fully_modelled', 'English', 'Fully Modelled');
781
+
INSERT INTO txt VALUES ('show_all_owners', 'German', 'Alle Eigentümer zeigen');
782
+
INSERT INTO txt VALUES ('show_all_owners', 'English', 'Show all owners');
781
783
782
784
-- schedule
783
785
INSERT INTO txt VALUES ('schedule', 'German', 'Terminplan');
@@ -2861,8 +2863,16 @@ INSERT INTO txt VALUES ('U4001', 'German', 'Sind sie sicher, dass sie folgende
2861
2863
INSERT INTO txt VALUES ('U4001', 'English', 'Do you really want to delete notification ');
2862
2864
INSERT INTO txt VALUES ('U4002', 'German', 'Die App @@APPNAME@@ mit @@RULE_NUMBER@@ Regeln wurde erfolgreich rezertifiziert.');
2863
2865
INSERT INTO txt VALUES ('U4002', 'English', 'Recertified @@APPNAME@@ with @@RULE_NUMBER@@ rules successfully.');
2864
-
INSERT INTO txt VALUES ('U4003', 'German', 'Die Rezertifizierung folgender Apps ist überfällig:');
2865
-
INSERT INTO txt VALUES ('U4003', 'English', 'Following apps are overdue to be recertified:');
2866
+
INSERT INTO txt VALUES ('U4003', 'German', 'Rezertifizierung überfällig');
2867
+
INSERT INTO txt VALUES ('U4003', 'English', 'Overdue to be recertified');
2868
+
INSERT INTO txt VALUES ('U4004', 'German', 'Es wurden keine überfälligen Apps gefunden.');
2869
+
INSERT INTO txt VALUES ('U4004', 'English', 'No overdue apps found.');
2870
+
INSERT INTO txt VALUES ('U4005', 'German', 'Anstehende Rezertifizierungen in den nächsten @@DAYS@@ Tagen');
2871
+
INSERT INTO txt VALUES ('U4005', 'English', 'Upcoming recertifications in the next @@DAYS@@ days');
2872
+
INSERT INTO txt VALUES ('U4006', 'German', 'Es wurden keine anstehenden Rezertifizierungen in den nächsten @@DAYS@@ Tagen gefunden.');
2873
+
INSERT INTO txt VALUES ('U4006', 'English', 'No upcoming recertifications found in the next @@DAYS@@ days.');
2874
+
INSERT INTO txt VALUES ('U4007', 'German', 'Weitere rezertifizierte Apps');
2875
+
INSERT INTO txt VALUES ('U4007', 'English', 'Further recertified apps');
2866
2876
2867
2877
INSERT INTO txt VALUES ('U5001', 'German', 'Setup und Verwaltung des Firewall Orchestrator. Bitte eine Einstellung in der linken Randleiste auswählen.');
2868
2878
INSERT INTO txt VALUES ('U5001', 'English', 'Setup and administration of Firewall Orchestrator. Please choose a setting in the left sidebar.');
@@ -3526,6 +3536,8 @@ INSERT INTO txt VALUES ('T0107', 'German', 'Aktuell aktive Regeln, die zur Reze
3526
3536
INSERT INTO txt VALUES ('T0107', 'English', 'Currently active rules with upcoming recertification');
3527
3537
3528
3538
-- Contextual Info (Tooltips)
3539
+
INSERT INTO txt VALUES ('C1000', 'German', 'Zeige alle Eigentüer inklusive der rezertifizierten');
3540
+
INSERT INTO txt VALUES ('C1000', 'English', 'show all owners including recertified');
3529
3541
INSERT INTO txt VALUES ('C9000', 'German', 'Dieses Objekt wurde deaktiviert und sollte von der App Rolle entfernt werden.');
3530
3542
INSERT INTO txt VALUES ('C9000', 'English', 'This object was deactivated and should be removed from App Role.');
3531
3543
INSERT INTO txt VALUES ('C9001', 'German', 'Dieses Objekt wurde deaktiviert und sollte von der Verbindung entfernt werden.');
0 commit comments