chore(dev): persist pocketbase data volume in dev compose and docs
This commit is contained in:
@@ -18,6 +18,13 @@ export const instanceTranslations: InstanceTranslations = {
|
||||
loadingServers: "Loading servers...",
|
||||
searchServersPlaceholder: "Search servers...",
|
||||
noServersFound: "No servers found",
|
||||
deleteSelected: "Delete Selected",
|
||||
deleteSelectedConfirmTitle: "Delete selected servers?",
|
||||
deleteSelectedConfirmDesc: "This action cannot be undone. This will permanently delete {count} server(s) and all of their monitoring data.",
|
||||
selectedCount: "{count} selected",
|
||||
serversDeleted: "Servers deleted",
|
||||
serversDeletedDesc: "{count} server(s) have been deleted.",
|
||||
partialSuccess: "Partial success",
|
||||
name: "Name",
|
||||
status: "Status",
|
||||
OS: "OS",
|
||||
|
||||
@@ -14,6 +14,13 @@ export interface InstanceTranslations {
|
||||
loadingServers: string;
|
||||
searchServersPlaceholder: string;
|
||||
noServersFound: string;
|
||||
deleteSelected: string;
|
||||
deleteSelectedConfirmTitle: string;
|
||||
deleteSelectedConfirmDesc: string;
|
||||
selectedCount: string;
|
||||
serversDeleted: string;
|
||||
serversDeletedDesc: string;
|
||||
partialSuccess: string;
|
||||
name: string;
|
||||
status: string;
|
||||
OS: string;
|
||||
|
||||
Reference in New Issue
Block a user