|
464 | 464 | "placeholder": "Search…",
|
465 | 465 | "submit": "Search"
|
466 | 466 | },
|
467 |
| - "uploading": "Uploading…", |
468 | 467 | "yes": "Yes"
|
469 | 468 | },
|
470 | 469 | "copy_assets": {
|
|
832 | 831 | }
|
833 | 832 | },
|
834 | 833 | "integration": {
|
| 834 | + "config_info": { |
| 835 | + "title": "Integration Keys" |
| 836 | + }, |
835 | 837 | "enabled": {
|
836 | 838 | "label": "Enabled"
|
837 | 839 | },
|
|
944 | 946 | "label": "Send"
|
945 | 947 | }
|
946 | 948 | },
|
| 949 | + "translations": { |
| 950 | + "collection": { |
| 951 | + "remove": "Remove <1>this translation</1>" |
| 952 | + } |
| 953 | + }, |
947 | 954 | "upload": {
|
948 | 955 | "destination": {
|
949 | 956 | "label": "Destination"
|
|
1084 | 1091 | "facets": "Facets",
|
1085 | 1092 | "tree": "Tree"
|
1086 | 1093 | },
|
| 1094 | + "lib": { |
| 1095 | + "api": { |
| 1096 | + "error": { |
| 1097 | + "http_bad_request": "Bad Request", |
| 1098 | + "http_error": "Server error", |
| 1099 | + "http_not_found": "Not Found", |
| 1100 | + "http_unauthorized": "Unauthorized", |
| 1101 | + "session_expired": "Your session has expired" |
| 1102 | + }, |
| 1103 | + "http_error": { |
| 1104 | + "429": "Too many requests, you can retry in {{minutes}}min" |
| 1105 | + } |
| 1106 | + }, |
| 1107 | + "auth": { |
| 1108 | + "sess_exp": { |
| 1109 | + "about_to_expire": { |
| 1110 | + "intro": "Are you still here? Do you want to keep your session alive?", |
| 1111 | + "logout": "Logout", |
| 1112 | + "stay": "Keep me in!", |
| 1113 | + "title": "You session is about to expire" |
| 1114 | + }, |
| 1115 | + "expired": { |
| 1116 | + "intro": "Don't forget to save your contents before signing in again!", |
| 1117 | + "sign_in": "Close", |
| 1118 | + "title": "You session has expired" |
| 1119 | + } |
| 1120 | + } |
| 1121 | + }, |
| 1122 | + "form": { |
| 1123 | + "cancel": "Cancel", |
| 1124 | + "collection": { |
| 1125 | + "add": "Add", |
| 1126 | + "remove": "Remove" |
| 1127 | + }, |
| 1128 | + "error": { |
| 1129 | + "required": "This field is required" |
| 1130 | + }, |
| 1131 | + "has_errors": "Form contains errors", |
| 1132 | + "translations": { |
| 1133 | + "collection": { |
| 1134 | + "add": "Add new translation", |
| 1135 | + "title": "Translations" |
| 1136 | + }, |
| 1137 | + "disabled_translation": "This translation is disabled", |
| 1138 | + "fallback": { |
| 1139 | + "label": "Default value" |
| 1140 | + }, |
| 1141 | + "locale": { |
| 1142 | + "placeholder": "Select locale" |
| 1143 | + }, |
| 1144 | + "saved": "Translations saved!", |
| 1145 | + "submit": "Save", |
| 1146 | + "tooltip": "Manage translations", |
| 1147 | + "translation": { |
| 1148 | + "label": "Translation {{locale}}" |
| 1149 | + }, |
| 1150 | + "value": { |
| 1151 | + "label": "Translation" |
| 1152 | + } |
| 1153 | + } |
| 1154 | + }, |
| 1155 | + "navigation": { |
| 1156 | + "dismiss_changes": "Are you sure you want to dismiss unsaved changes?" |
| 1157 | + }, |
| 1158 | + "ui": { |
| 1159 | + "menu": { |
| 1160 | + "account": "My account", |
| 1161 | + "logout": "Logout" |
| 1162 | + } |
| 1163 | + } |
| 1164 | + }, |
1087 | 1165 | "load_more": {
|
1088 | 1166 | "button": {
|
1089 | 1167 | "load_more": "Load more",
|
|
0 commit comments