1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

i18n the dashboard

This commit is contained in:
Kyle Spearrin
2018-05-04 15:10:23 -04:00
parent 2594773a12
commit 17c7806850
4 changed files with 105 additions and 25 deletions

View File

@@ -446,5 +446,84 @@
},
"syncCacheCleared": {
"message": "The sync cache has been cleared."
},
"lastGroupSync": {
"message": "Last group sync"
},
"lastUserSync": {
"message": "Last user sync"
},
"syncStatus": {
"message": "Sync status"
},
"running": {
"message": "Running"
},
"stopped": {
"message": "Stopped"
},
"startSync": {
"message": "Start Sync"
},
"stopSync": {
"message": "Stop Sync"
},
"syncNow": {
"message": "Sync Now"
},
"testing": {
"message": "Testing"
},
"testingDesc": {
"message": "You can run tests to see how your directory and sync settings are working. Tests will not sync to your Bitwarden organization."
},
"testNow": {
"message": "Test Now"
},
"testLastSync": {
"message": "Test since the last successful sync"
},
"users": {
"message": "Users"
},
"disabledUsers": {
"message": "Disabled Users"
},
"deletedUsers": {
"message": "Deleted Users"
},
"noUsers": {
"message": "No users to list."
},
"groups": {
"message": "Groups"
},
"noGroups": {
"message": "No groups to list."
},
"syncingStarted": {
"message": "Syncing started."
},
"syncingStopped": {
"message": "Syncing stopped."
},
"syncCounts": {
"message": "Synced $GROUP_COUNT$ group(s) and $USER_COUNT$ user(s).",
"placeholders": {
"group_count": {
"content": "$1",
"example": "10"
},
"user_count": {
"content": "$1",
"example": "55"
}
}
},
"syncError": {
"message": "Sync error."
},
"account": {
"message": "Account"
}
}