-
+
Environment
-
+
Value
@@ -103,7 +103,7 @@ const showEdit = ref(false)
{{ capitalize(env.name) }}
diff --git a/apps/shelve/app/components/variable/Prefix.vue b/apps/shelve/app/components/variable/Prefix.vue
index 4adbd3c2..fd84853b 100644
--- a/apps/shelve/app/components/variable/Prefix.vue
+++ b/apps/shelve/app/components/variable/Prefix.vue
@@ -42,7 +42,7 @@ function addPrefixToInputId(prefix: string) {
@click="addPrefixToInputId(prefix)"
/>
-
+
Create variable prefix
diff --git a/apps/shelve/app/error.vue b/apps/shelve/app/error.vue
index badd5df5..c8d3e9c7 100644
--- a/apps/shelve/app/error.vue
+++ b/apps/shelve/app/error.vue
@@ -54,7 +54,7 @@ const clearLocalStorage = () => {
Looks like you're lost
-
+
The page you're looking for doesn't exist
@@ -62,7 +62,7 @@ const clearLocalStorage = () => {
An error occurred
-
+
Refresh the page or try again later
diff --git a/apps/shelve/app/layouts/auth.vue b/apps/shelve/app/layouts/auth.vue
index 26a8c262..82c5a787 100644
--- a/apps/shelve/app/layouts/auth.vue
+++ b/apps/shelve/app/layouts/auth.vue
@@ -6,7 +6,7 @@
-
+
Want to go back to homepage ?
Environment Settings
-
+
Create, update, and delete environments
diff --git a/apps/shelve/app/pages/[teamSlug]/index.vue b/apps/shelve/app/pages/[teamSlug]/index.vue
index 10cb098a..feaea5b5 100644
--- a/apps/shelve/app/pages/[teamSlug]/index.vue
+++ b/apps/shelve/app/pages/[teamSlug]/index.vue
@@ -22,7 +22,7 @@ if (!projects.value)
No projects found
-
+
You don't have any projects yet. Create one now!
diff --git a/apps/shelve/app/pages/[teamSlug]/members.vue b/apps/shelve/app/pages/[teamSlug]/members.vue
index f6a4e545..df1921ce 100644
--- a/apps/shelve/app/pages/[teamSlug]/members.vue
+++ b/apps/shelve/app/pages/[teamSlug]/members.vue
@@ -103,7 +103,7 @@ const items = (row: Member) => [
Members
-
+
Manage team members
@@ -117,15 +117,15 @@ const items = (row: Member) => [
{{ member.user.username }}
-
+
{{ member.user.email }}
- CreatedAt: {{ new Date(member.createdAt).toLocaleString() }}
- UpdatedAt: {{ new Date(member.updatedAt).toLocaleString() }}
+ CreatedAt: {{ new Date(member.createdAt).toLocaleString() }}
+ UpdatedAt: {{ new Date(member.updatedAt).toLocaleString() }}
diff --git a/apps/shelve/app/pages/[teamSlug]/projects/[projectId]/index/settings.vue b/apps/shelve/app/pages/[teamSlug]/projects/[projectId]/index/settings.vue
index 7ffd56ca..527865b0 100644
--- a/apps/shelve/app/pages/[teamSlug]/projects/[projectId]/index/settings.vue
+++ b/apps/shelve/app/pages/[teamSlug]/projects/[projectId]/index/settings.vue
@@ -27,7 +27,7 @@ async function onSubmit(event: FormSubmitEvent) {
Project Settings
-
+
Configure your project settings, quick links, environment variables prefix, etc...
@@ -39,7 +39,7 @@ async function onSubmit(event: FormSubmitEvent) {
Quick Links
-
+
Add quick links to your project repository, homepage, etc...
@@ -79,7 +79,7 @@ async function onSubmit(event: FormSubmitEvent) {
Environment Variables Prefix
-
+
Add a prefix to your environment variables
@@ -90,7 +90,7 @@ async function onSubmit(event: FormSubmitEvent) {
-
+
Write your prefix separated by a comma, for example: NUXT_PUBLIC_, REACT_APP_
diff --git a/apps/shelve/app/pages/[teamSlug]/settings.vue b/apps/shelve/app/pages/[teamSlug]/settings.vue
index d1b9311d..8df035ea 100644
--- a/apps/shelve/app/pages/[teamSlug]/settings.vue
+++ b/apps/shelve/app/pages/[teamSlug]/settings.vue
@@ -52,7 +52,7 @@ const open = ref(false)
Team Settings
-
+
Manage team settings
@@ -76,7 +76,7 @@ const open = ref(false)
-
+
This is the unique identifier for your team (used by the CLI)
diff --git a/apps/shelve/app/pages/admin/tests.vue b/apps/shelve/app/pages/admin/tests.vue
index cea9bd53..46ae3865 100644
--- a/apps/shelve/app/pages/admin/tests.vue
+++ b/apps/shelve/app/pages/admin/tests.vue
@@ -33,7 +33,7 @@ async function testNewUserMail() {
Test new user email
-
+
Send a test email to a new user
diff --git a/apps/shelve/app/pages/index.vue b/apps/shelve/app/pages/index.vue
index 65ad26c7..48f79b46 100644
--- a/apps/shelve/app/pages/index.vue
+++ b/apps/shelve/app/pages/index.vue
@@ -54,7 +54,7 @@ async function navigateToTeam(team: Team) {
Welcome back, {{ user?.username }}
-
+
Select a team to get started
@@ -70,7 +70,7 @@ async function navigateToTeam(team: Team) {
{{ team.name }}
- {{ team.slug }}
+ {{ team.slug }}
@@ -97,7 +97,7 @@ async function navigateToTeam(team: Team) {
-
+
Want to go back to homepage ?
Sign in to {{ title }}
-
+
Welcome to the future of environment management.
diff --git a/apps/shelve/app/pages/onboarding.vue b/apps/shelve/app/pages/onboarding.vue
index 096299a9..83478107 100644
--- a/apps/shelve/app/pages/onboarding.vue
+++ b/apps/shelve/app/pages/onboarding.vue
@@ -51,7 +51,7 @@ async function createTeamAndCompleteOnboarding() {
Welcome to Shelve!
-
+
Let's create your first team together
diff --git a/apps/shelve/app/pages/user/integrations/github.vue b/apps/shelve/app/pages/user/integrations/github.vue
index 6c49a18b..ebc34b03 100644
--- a/apps/shelve/app/pages/user/integrations/github.vue
+++ b/apps/shelve/app/pages/user/integrations/github.vue
@@ -164,7 +164,7 @@ function openDeleteModal(slug: string) {
No Github Apps Yet
-
+
Create a GitHub App to start managing your repositories and synchronizing secrets across your environments.
diff --git a/apps/shelve/app/pages/user/integrations/index.vue b/apps/shelve/app/pages/user/integrations/index.vue
index 818a5a13..28abd767 100644
--- a/apps/shelve/app/pages/user/integrations/index.vue
+++ b/apps/shelve/app/pages/user/integrations/index.vue
@@ -15,7 +15,7 @@ const integrations = [
Integrations
-
+
Connect Shelve with other services to enhance your experience.
@@ -27,7 +27,7 @@ const integrations = [
{{ integration.name }}
- {{ integration.description }}
+ {{ integration.description }}
diff --git a/apps/shelve/app/pages/user/profile.vue b/apps/shelve/app/pages/user/profile.vue
index 82ee3003..81f354c9 100644
--- a/apps/shelve/app/pages/user/profile.vue
+++ b/apps/shelve/app/pages/user/profile.vue
@@ -56,7 +56,7 @@ function deleteAccount() {
Personal Information
-
+
Update your personal information
diff --git a/apps/shelve/app/pages/user/settings.vue b/apps/shelve/app/pages/user/settings.vue
index c3865d5c..8a4cc5d3 100644
--- a/apps/shelve/app/pages/user/settings.vue
+++ b/apps/shelve/app/pages/user/settings.vue
@@ -28,7 +28,7 @@ watch(reduceMotion, () => {
Auto uppercase
-
+
Automatically uppercase the keys of the variables
@@ -40,7 +40,7 @@ watch(reduceMotion, () => {
Reduce Motion
-
+
Remove all transitions and animations from the site.
@@ -59,7 +59,7 @@ watch(reduceMotion, () => {
Shining Star
-
+
Shining Star theme is the theme for all people who like keeping it bright.
diff --git a/apps/shelve/app/pages/user/tokens.vue b/apps/shelve/app/pages/user/tokens.vue
index 51ffe9bc..069f2082 100644
--- a/apps/shelve/app/pages/user/tokens.vue
+++ b/apps/shelve/app/pages/user/tokens.vue
@@ -101,7 +101,7 @@ fetchTokens()
Tokens
-
+
Manage your tokens for the CLI
@@ -133,7 +133,7 @@ fetchTokens()
-
+
diff --git a/apps/vault/app/app.vue b/apps/vault/app/app.vue
index 6fd9434f..158c777e 100644
--- a/apps/vault/app/app.vue
+++ b/apps/vault/app/app.vue
@@ -66,7 +66,7 @@ const items = [
-
+
Share secrets securely without an account. Set expiration time, control number of reads, and ensure encrypted transmission.
@@ -81,7 +81,7 @@ const items = [
-
+
Frequently asked questions about Vault.
@@ -94,12 +94,12 @@ const items = [
-
+
© {{ new Date().getFullYear() }} - Made by
HugoRCD
-
+
Powered by Shelve
diff --git a/apps/vault/app/components/Decrypt.vue b/apps/vault/app/components/Decrypt.vue
index 81f98f38..fa63f9a8 100644
--- a/apps/vault/app/components/Decrypt.vue
+++ b/apps/vault/app/components/Decrypt.vue
@@ -62,10 +62,10 @@ async function decryptEnvFile() {
-
+
Time left: {{ timeLeft }}
-
+
Reads left: {{ readsLeft }}