Initial commit
This commit is contained in:
23
application/Espo/Resources/i18n/nb_NO/Job.json
Normal file
23
application/Espo/Resources/i18n/nb_NO/Job.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"fields": {
|
||||
"executeTime": "Utfør på",
|
||||
"attempts": "Forsøk igjen",
|
||||
"failedAttempts": "Mislykkede forsøk",
|
||||
"serviceName": "Tjeneste",
|
||||
"methodName": "Metode",
|
||||
"scheduledJob": "Planlagte oppgaver",
|
||||
"method": "Metode (Ikke i bruk)",
|
||||
"targetType": "Måltype",
|
||||
"number": "Nummer",
|
||||
"queue": "Kø",
|
||||
"job": "Oppgave"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Pending": "Ventende",
|
||||
"Success": "Suksess",
|
||||
"Running": "Kjører",
|
||||
"Failed": "Feilet"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user