Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
f950750d
Commit
f950750d
authored
Nov 28, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: tweak storage list title
parent
0026f9e5
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
1502 additions
and
1495 deletions
+1502
-1495
StorageSection.tsx
web/src/components/Settings/StorageSection.tsx
+10
-3
de.json
web/src/locales/de.json
+1
-1
en.json
web/src/locales/en.json
+1
-1
es.json
web/src/locales/es.json
+182
-182
fr.json
web/src/locales/fr.json
+182
-182
hi.json
web/src/locales/hi.json
+1
-1
hr.json
web/src/locales/hr.json
+1
-1
it.json
web/src/locales/it.json
+1
-1
ja.json
web/src/locales/ja.json
+1
-1
ko.json
web/src/locales/ko.json
+1
-1
nl.json
web/src/locales/nl.json
+1
-1
pl.json
web/src/locales/pl.json
+182
-182
pt-BR.json
web/src/locales/pt-BR.json
+1
-1
ru.json
web/src/locales/ru.json
+1
-1
sl.json
web/src/locales/sl.json
+219
-219
sv.json
web/src/locales/sv.json
+181
-181
tr.json
web/src/locales/tr.json
+172
-172
uk.json
web/src/locales/uk.json
+182
-182
vi.json
web/src/locales/vi.json
+180
-180
zh-Hans.json
web/src/locales/zh-Hans.json
+1
-1
zh-Hant.json
web/src/locales/zh-Hant.json
+1
-1
No files found.
web/src/components/Settings/StorageSection.tsx
View file @
f950750d
...
@@ -83,9 +83,11 @@ const StorageSection = () => {
...
@@ -83,9 +83,11 @@ const StorageSection = () => {
))
}
))
}
</
RadioGroup
>
</
RadioGroup
>
<
Divider
className=
"!my-4"
/>
<
Divider
className=
"!my-4"
/>
<
div
className=
"mb-2 w-full flex flex-row justify-start items-center gap-1"
>
<
div
className=
"mb-2 w-full flex flex-row justify-between items-center gap-1"
>
<
span
className=
"font-mono text-sm text-gray-400"
>
{
t
(
"setting.storage-section.storage-services-list"
)
}
</
span
>
<
div
className=
"flex items-center gap-1"
>
<
span
className=
"font-mono text-sm text-gray-400"
>
{
t
(
"setting.storage-section.storage-services"
)
}
</
span
>
<
LearnMore
url=
"https://usememos.com/docs/advanced-settings/cloudflare-r2"
/>
<
LearnMore
url=
"https://usememos.com/docs/advanced-settings/cloudflare-r2"
/>
</
div
>
<
button
className=
"btn-normal px-2 py-0 ml-1"
onClick=
{
()
=>
showCreateStorageServiceDialog
(
undefined
,
fetchStorageList
)
}
>
<
button
className=
"btn-normal px-2 py-0 ml-1"
onClick=
{
()
=>
showCreateStorageServiceDialog
(
undefined
,
fetchStorageList
)
}
>
{
t
(
"common.create"
)
}
{
t
(
"common.create"
)
}
</
button
>
</
button
>
...
@@ -122,6 +124,11 @@ const StorageSection = () => {
...
@@ -122,6 +124,11 @@ const StorageSection = () => {
</
div
>
</
div
>
</
div
>
</
div
>
))
}
))
}
{
storageList
.
length
===
0
&&
(
<
div
className=
"pb-2 w-full text-sm dark:border-zinc-700 opacity-60 flex flex-row items-center justify-between"
>
<
p
className=
""
>
No storage service found.
</
p
>
</
div
>
)
}
</
div
>
</
div
>
<
div
className=
"w-full mt-4"
>
<
div
className=
"w-full mt-4"
>
<
p
className=
"text-sm"
>
{
t
(
"common.learn-more"
)
}
:
</
p
>
<
p
className=
"text-sm"
>
{
t
(
"common.learn-more"
)
}
:
</
p
>
...
...
web/src/locales/de.json
View file @
f950750d
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
"s3-compatible-url"
:
"S3 kompatible URL"
,
"s3-compatible-url"
:
"S3 kompatible URL"
,
"secretkey"
:
"Geheimer Schlüssel"
,
"secretkey"
:
"Geheimer Schlüssel"
,
"secretkey-placeholder"
:
"Geheimer Schlüssel / Zugangsschlüssel"
,
"secretkey-placeholder"
:
"Geheimer Schlüssel / Zugangsschlüssel"
,
"storage-services
-list
"
:
"Liste der Speicherdienste"
,
"storage-services"
:
"Liste der Speicherdienste"
,
"type-database"
:
"Datenbank"
,
"type-database"
:
"Datenbank"
,
"type-local"
:
"Lokales Dateisystem"
,
"type-local"
:
"Lokales Dateisystem"
,
"update-a-service"
:
"Aktualisiere einen Dienst"
,
"update-a-service"
:
"Aktualisiere einen Dienst"
,
...
...
web/src/locales/en.json
View file @
f950750d
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
"current-storage"
:
"Current object storage"
,
"current-storage"
:
"Current object storage"
,
"type-database"
:
"Database"
,
"type-database"
:
"Database"
,
"type-local"
:
"Local file system"
,
"type-local"
:
"Local file system"
,
"storage-services
-list"
:
"Storage service list
"
,
"storage-services
"
:
"Storage services
"
,
"create-a-service"
:
"Create a service"
,
"create-a-service"
:
"Create a service"
,
"update-a-service"
:
"Update a service"
,
"update-a-service"
:
"Update a service"
,
"warning-text"
:
"Are you sure to delete storage service
\"
{{name}}
\"
?
\n\n
THIS ACTION IS IRREVERSIBLE"
,
"warning-text"
:
"Are you sure to delete storage service
\"
{{name}}
\"
?
\n\n
THIS ACTION IS IRREVERSIBLE"
,
...
...
web/src/locales/es.json
View file @
f950750d
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
"storage"
:
"Almacenamiento"
,
"storage"
:
"Almacenamiento"
,
"sso"
:
"SSO"
,
"sso"
:
"SSO"
,
"storage-section"
:
{
"storage-section"
:
{
"storage-services-list
"
:
"Lista de servicios de almacenamiento"
,
"storage-services
"
:
"Lista de servicios de almacenamiento"
,
"create-a-service"
:
"Crear un servicio"
,
"create-a-service"
:
"Crear un servicio"
,
"update-a-service"
:
"Actualizar un servicio"
,
"update-a-service"
:
"Actualizar un servicio"
,
"warning-text"
:
"¿Está seguro de eliminar este servicio de almacenamiento? ESTA ACCIÓN ES IRREVERSIBLE❗"
,
"warning-text"
:
"¿Está seguro de eliminar este servicio de almacenamiento? ESTA ACCIÓN ES IRREVERSIBLE❗"
,
...
...
web/src/locales/fr.json
View file @
f950750d
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
},
},
"storage-section"
:
{
"storage-section"
:
{
"delete-storage"
:
"Effacer le stockage"
,
"delete-storage"
:
"Effacer le stockage"
,
"storage-services-list
"
:
"Liste des services de stockage"
,
"storage-services
"
:
"Liste des services de stockage"
,
"create-a-service"
:
"Créer un service"
,
"create-a-service"
:
"Créer un service"
,
"update-a-service"
:
"Mettre à jour un service"
,
"update-a-service"
:
"Mettre à jour un service"
,
"warning-text"
:
"Etes-vous sûr de vouloir supprimer ce service de stockage ? CETTE ACTION EST IRRÉVERSIBLE❗"
"warning-text"
:
"Etes-vous sûr de vouloir supprimer ce service de stockage ? CETTE ACTION EST IRRÉVERSIBLE❗"
...
...
web/src/locales/hi.json
View file @
f950750d
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
"local-storage-path"
:
"स्थानीय संग्रहण मार्ग"
,
"local-storage-path"
:
"स्थानीय संग्रहण मार्ग"
,
"region"
:
"क्षेत्र"
,
"region"
:
"क्षेत्र"
,
"region-placeholder"
:
"जैसे: ap-northeast-1"
,
"region-placeholder"
:
"जैसे: ap-northeast-1"
,
"storage-services
-list
"
:
"स्टोरेज सेवा सूची"
,
"storage-services"
:
"स्टोरेज सेवा सूची"
,
"type-database"
:
"डेटाबेस"
,
"type-database"
:
"डेटाबेस"
,
"type-local"
:
"स्थानीय"
,
"type-local"
:
"स्थानीय"
,
"update-a-service"
:
"सेवा अपडेट करें"
,
"update-a-service"
:
"सेवा अपडेट करें"
,
...
...
web/src/locales/hr.json
View file @
f950750d
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
"s3-compatible-url"
:
"S3 kompatibilan URL"
,
"s3-compatible-url"
:
"S3 kompatibilan URL"
,
"secretkey"
:
"Tajni ključ"
,
"secretkey"
:
"Tajni ključ"
,
"secretkey-placeholder"
:
"Tajni ključ / Pristupni Ključ"
,
"secretkey-placeholder"
:
"Tajni ključ / Pristupni Ključ"
,
"storage-services
-list"
:
"Storage service list
"
,
"storage-services
"
:
"Storage services
"
,
"type-database"
:
"Databaza"
,
"type-database"
:
"Databaza"
,
"type-local"
:
"Local"
,
"type-local"
:
"Local"
,
"update-a-service"
:
"Ažuriraj service"
,
"update-a-service"
:
"Ažuriraj service"
,
...
...
web/src/locales/it.json
View file @
f950750d
...
@@ -300,7 +300,7 @@
...
@@ -300,7 +300,7 @@
"s3-compatible-url"
:
"URL compatibile S3"
,
"s3-compatible-url"
:
"URL compatibile S3"
,
"secretkey"
:
"Secret key"
,
"secretkey"
:
"Secret key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"storage-services
-list
"
:
"Lista servizi di archiviazione"
,
"storage-services"
:
"Lista servizi di archiviazione"
,
"type-database"
:
"Database"
,
"type-database"
:
"Database"
,
"type-local"
:
"Locale"
,
"type-local"
:
"Locale"
,
"update-a-service"
:
"Aggiorna un servizio"
,
"update-a-service"
:
"Aggiorna un servizio"
,
...
...
web/src/locales/ja.json
View file @
f950750d
...
@@ -298,7 +298,7 @@
...
@@ -298,7 +298,7 @@
"s3-compatible-url"
:
"S3 Compatible URL"
,
"s3-compatible-url"
:
"S3 Compatible URL"
,
"secretkey"
:
"Secret key"
,
"secretkey"
:
"Secret key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"storage-services
-list
"
:
"登録済みのストレージサービス"
,
"storage-services"
:
"登録済みのストレージサービス"
,
"type-database"
:
"Database"
,
"type-database"
:
"Database"
,
"type-local"
:
"Local"
,
"type-local"
:
"Local"
,
"update-a-service"
:
"ストレージを更新"
,
"update-a-service"
:
"ストレージを更新"
,
...
...
web/src/locales/ko.json
View file @
f950750d
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
"s3-compatible-url"
:
"S3과 호환되는 서비스 URL"
,
"s3-compatible-url"
:
"S3과 호환되는 서비스 URL"
,
"secretkey"
:
"비밀 액세스 키"
,
"secretkey"
:
"비밀 액세스 키"
,
"secretkey-placeholder"
:
"비밀 키 / 비밀 액세스 키"
,
"secretkey-placeholder"
:
"비밀 키 / 비밀 액세스 키"
,
"storage-services
-list
"
:
"저장소 서비스 목록"
,
"storage-services"
:
"저장소 서비스 목록"
,
"type-database"
:
"데이터베이스"
,
"type-database"
:
"데이터베이스"
,
"type-local"
:
"로컬 파일시스템"
,
"type-local"
:
"로컬 파일시스템"
,
"update-a-service"
:
"서비스 편집"
,
"update-a-service"
:
"서비스 편집"
,
...
...
web/src/locales/nl.json
View file @
f950750d
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
"current-storage"
:
"Huidige objectopslag"
,
"current-storage"
:
"Huidige objectopslag"
,
"type-database"
:
"Database"
,
"type-database"
:
"Database"
,
"type-local"
:
"Lokaal bestandssysteem"
,
"type-local"
:
"Lokaal bestandssysteem"
,
"storage-services
-list
"
:
"Opslagdiensten"
,
"storage-services"
:
"Opslagdiensten"
,
"create-a-service"
:
"Opslagdienst instellen"
,
"create-a-service"
:
"Opslagdienst instellen"
,
"update-a-service"
:
"Opslagdienst bijwerken"
,
"update-a-service"
:
"Opslagdienst bijwerken"
,
"warning-text"
:
"Weet je zeker dat je
\"
{{name}}
\"
wilt verwijderen?
\n\n
Deze actie is niet terug te draaien!"
,
"warning-text"
:
"Weet je zeker dat je
\"
{{name}}
\"
wilt verwijderen?
\n\n
Deze actie is niet terug te draaien!"
,
...
...
web/src/locales/pl.json
View file @
f950750d
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
"auto-collapse"
:
"Automatyczne zwijanie"
"auto-collapse"
:
"Automatyczne zwijanie"
},
},
"storage-section"
:
{
"storage-section"
:
{
"storage-services-list
"
:
"Lista usług przechowywania"
,
"storage-services
"
:
"Lista usług przechowywania"
,
"create-a-service"
:
"Utwórz serwis"
,
"create-a-service"
:
"Utwórz serwis"
,
"update-a-service"
:
"Aktualizuj serwis"
,
"update-a-service"
:
"Aktualizuj serwis"
,
"warning-text"
:
"Czy na pewno chcesz usunąć ten serwis przechowywania? Ta akcja jest nieodwracalna❗"
,
"warning-text"
:
"Czy na pewno chcesz usunąć ten serwis przechowywania? Ta akcja jest nieodwracalna❗"
,
...
...
web/src/locales/pt-BR.json
View file @
f950750d
...
@@ -318,7 +318,7 @@
...
@@ -318,7 +318,7 @@
"s3-compatible-url"
:
"URL compatível com S3"
,
"s3-compatible-url"
:
"URL compatível com S3"
,
"secretkey"
:
"Chave secreta"
,
"secretkey"
:
"Chave secreta"
,
"secretkey-placeholder"
:
"Chave secreta / Chave de acesso"
,
"secretkey-placeholder"
:
"Chave secreta / Chave de acesso"
,
"storage-services
-list
"
:
"Lista de serviços de armazenamento"
,
"storage-services"
:
"Lista de serviços de armazenamento"
,
"type-database"
:
"Banco de dados"
,
"type-database"
:
"Banco de dados"
,
"type-local"
:
"Sistema de arquivos local"
,
"type-local"
:
"Sistema de arquivos local"
,
"update-a-service"
:
"Atualizar um serviço"
,
"update-a-service"
:
"Atualizar um serviço"
,
...
...
web/src/locales/ru.json
View file @
f950750d
...
@@ -297,7 +297,7 @@
...
@@ -297,7 +297,7 @@
"s3-compatible-url"
:
"S3 совместимый URL"
,
"s3-compatible-url"
:
"S3 совместимый URL"
,
"secretkey"
:
"Секретный ключ"
,
"secretkey"
:
"Секретный ключ"
,
"secretkey-placeholder"
:
"Секретный ключ / ключ доступа"
,
"secretkey-placeholder"
:
"Секретный ключ / ключ доступа"
,
"storage-services
-list
"
:
"Список хранилищ"
,
"storage-services"
:
"Список хранилищ"
,
"type-database"
:
"База данных"
,
"type-database"
:
"База данных"
,
"type-local"
:
"Локальное хранилище"
,
"type-local"
:
"Локальное хранилище"
,
"update-a-service"
:
"Обновить сервис"
,
"update-a-service"
:
"Обновить сервис"
,
...
...
web/src/locales/sl.json
View file @
f950750d
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
"auto-collapse"
:
"Samodejno strni"
"auto-collapse"
:
"Samodejno strni"
},
},
"storage-section"
:
{
"storage-section"
:
{
"storage-services-list
"
:
"Seznam storitev shramb"
,
"storage-services
"
:
"Seznam storitev shramb"
,
"create-a-service"
:
"Kreiraj storitev"
,
"create-a-service"
:
"Kreiraj storitev"
,
"update-a-service"
:
"Posodobi storitev"
,
"update-a-service"
:
"Posodobi storitev"
,
"warning-text"
:
"Ali ste prepričani, da želite izbrisati storitev shrambe? TA AKCIJA JE NEPOVRATNA❗"
,
"warning-text"
:
"Ali ste prepričani, da želite izbrisati storitev shrambe? TA AKCIJA JE NEPOVRATNA❗"
,
...
...
web/src/locales/sv.json
View file @
f950750d
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
},
},
"storage-section"
:
{
"storage-section"
:
{
"create-a-service"
:
"Skapa en tjänst"
,
"create-a-service"
:
"Skapa en tjänst"
,
"storage-services-list
"
:
"Lista över lagringstjänster"
,
"storage-services
"
:
"Lista över lagringstjänster"
,
"update-a-service"
:
"Uppdatera en tjänst"
,
"update-a-service"
:
"Uppdatera en tjänst"
,
"warning-text"
:
"Är du säker på att ta bort den här lagringstjänsten? DEN HÄR ÅTGÄRDEN ÄR IRREVERSIBEL❗"
,
"warning-text"
:
"Är du säker på att ta bort den här lagringstjänsten? DEN HÄR ÅTGÄRDEN ÄR IRREVERSIBEL❗"
,
"delete-storage"
:
"Ta bort lagring"
"delete-storage"
:
"Ta bort lagring"
...
...
web/src/locales/tr.json
View file @
f950750d
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
"update-a-service"
:
"Hizmeti güncelle"
,
"update-a-service"
:
"Hizmeti güncelle"
,
"warning-text"
:
"Bu depolama hizmetini silmek istediğinizden emin misiniz? BU İŞLEM GERİ ALINAMAZ❗"
,
"warning-text"
:
"Bu depolama hizmetini silmek istediğinizden emin misiniz? BU İŞLEM GERİ ALINAMAZ❗"
,
"delete-storage"
:
"Depolamayı Sil"
,
"delete-storage"
:
"Depolamayı Sil"
,
"storage-services-list
"
:
"Depolama hizmeti listesi"
,
"storage-services
"
:
"Depolama hizmeti listesi"
,
"create-a-service"
:
"Hizmet oluştur"
"create-a-service"
:
"Hizmet oluştur"
},
},
"sso"
:
"SSO"
"sso"
:
"SSO"
...
...
web/src/locales/uk.json
View file @
f950750d
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
"update-a-service"
:
"Update a service"
,
"update-a-service"
:
"Update a service"
,
"warning-text"
:
"Are you sure to delete this storage service? THIS ACTION IS IRREVERSIBLE❗"
,
"warning-text"
:
"Are you sure to delete this storage service? THIS ACTION IS IRREVERSIBLE❗"
,
"delete-storage"
:
"Delete Storage"
,
"delete-storage"
:
"Delete Storage"
,
"storage-services-list"
:
"Storage service list
"
,
"storage-services"
:
"Storage service
"
,
"create-a-service"
:
"Create a service"
"create-a-service"
:
"Create a service"
},
},
"sso"
:
"SSO"
"sso"
:
"SSO"
...
...
web/src/locales/vi.json
View file @
f950750d
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
"storage"
:
"Kho lưu trữ"
,
"storage"
:
"Kho lưu trữ"
,
"sso"
:
"SSO"
,
"sso"
:
"SSO"
,
"storage-section"
:
{
"storage-section"
:
{
"storage-services-list
"
:
"Danh sách dịch vụ kho lưu trữ"
,
"storage-services
"
:
"Danh sách dịch vụ kho lưu trữ"
,
"create-a-service"
:
"Thêm dịch vụ kho lưu trữ"
,
"create-a-service"
:
"Thêm dịch vụ kho lưu trữ"
,
"update-a-service"
:
"Cập nhật dịch vụ kho lưu trữ"
,
"update-a-service"
:
"Cập nhật dịch vụ kho lưu trữ"
,
"warning-text"
:
"Bạn có chắc chắn xóa tài nguyên này không? HÀNH ĐỘNG NÀY KHÔNG THỂ KHÔI PHỤC❗"
,
"warning-text"
:
"Bạn có chắc chắn xóa tài nguyên này không? HÀNH ĐỘNG NÀY KHÔNG THỂ KHÔI PHỤC❗"
,
...
...
web/src/locales/zh-Hans.json
View file @
f950750d
...
@@ -312,7 +312,7 @@
...
@@ -312,7 +312,7 @@
"s3-compatible-url"
:
"S3 兼容 URL"
,
"s3-compatible-url"
:
"S3 兼容 URL"
,
"secretkey"
:
"Secret key"
,
"secretkey"
:
"Secret key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"secretkey-placeholder"
:
"Secret key / Access Key"
,
"storage-services
-list
"
:
"存储服务列表"
,
"storage-services"
:
"存储服务列表"
,
"type-database"
:
"数据库"
,
"type-database"
:
"数据库"
,
"type-local"
:
"本地文件系统"
,
"type-local"
:
"本地文件系统"
,
"update-a-service"
:
"更新服务"
,
"update-a-service"
:
"更新服务"
,
...
...
web/src/locales/zh-Hant.json
View file @
f950750d
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,7 @@
"s3-compatible-url"
:
"S3 相容網址"
,
"s3-compatible-url"
:
"S3 相容網址"
,
"secretkey"
:
"金鑰"
,
"secretkey"
:
"金鑰"
,
"secretkey-placeholder"
:
"金鑰 / 存取金鑰"
,
"secretkey-placeholder"
:
"金鑰 / 存取金鑰"
,
"storage-services
-list
"
:
"儲存服務列表"
,
"storage-services"
:
"儲存服務列表"
,
"type-database"
:
"資料庫"
,
"type-database"
:
"資料庫"
,
"type-local"
:
"本機"
,
"type-local"
:
"本機"
,
"update-a-service"
:
"更新服務"
,
"update-a-service"
:
"更新服務"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment