Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ install_requires =
kerberos
lazy-object-proxy
ldap3
# NOTE: Upper-bound Will be removed once OGC-2780 is merged
libres>=0.9.0,<=0.10.0
libres>=0.10.0
libsass
lingua-language-detector
lxml
Expand Down
15 changes: 15 additions & 0 deletions src/onegov/org/assets/js/locale.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
var locales = {
de: {
"Allocation": "Verfügbarkeit",
"Blocker": "Sperrzeit",
"Reason": "Grund für Sperrung",
"Add": "Hinzufügen",
"Update": "Aktualisieren",
"Delete": "Löschen",
"Failed to delete": "Löschen fehlgeschlagen",
"Count": "Anzahl",
"Dates": "Termine",
"From": "Von",
Expand Down Expand Up @@ -34,7 +39,12 @@ var locales = {
},
fr: {
"Allocation": "Allocation",
"Blocker": "Bloqueur",
"Reason": "Raison",
"Add": "Ajouter",
"Update": "Actualiser",
"Delete": "Supprimer",
"Failed to delete": "Impossible de supprimer",
"Count": "Nombre",
"Dates": "Dates",
"From": "De",
Expand Down Expand Up @@ -67,7 +77,12 @@ var locales = {
},
it: {
"Allocation": "Allocazione",
"Blocker": "Bloccante",
"Reason": "Motivo",
"Add": "Aggiungi",
"Update": "Aggiorna",
"Delete": "Elimina",
"Failed to delete": "Impossibile eliminare",
"Count": "Conta",
"Dates": "Date",
"From": "A partire dal",
Expand Down
Loading