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

base cli program and sync command

This commit is contained in:
Kyle Spearrin
2019-03-16 11:27:16 -04:00
parent a847339d72
commit 7cc941cc84
5 changed files with 66 additions and 102 deletions

View File

@@ -516,6 +516,9 @@
"noGroups": {
"message": "No groups to list."
},
"syncingComplete": {
"message": "Syncing complete."
},
"syncingStarted": {
"message": "Syncing started."
},
@@ -565,5 +568,14 @@
},
"hideToTray": {
"message": "Hide to Tray"
},
"savedSetting": {
"message": "Saved setting `$SETTING_NAME$`.",
"placeholders": {
"setting_name": {
"content": "$1",
"example": "server"
}
}
}
}