pull/504/head
Varun Patil 2023-03-15 10:26:22 -07:00
commit fb45a0fd36
3 changed files with 20 additions and 2 deletions

9
l10n/id.js vendored
View File

@ -2,12 +2,17 @@ OC.L10N.register(
"memories",
{
"Settings" : "Setelan",
"People" : "Orang",
"Info" : "Info",
"Timeline" : "Linimasa",
"Folders" : "Folder-folder",
"Favorites" : "Disukai",
"Videos" : "Video",
"Albums" : "Album",
"Archive" : "Arsip",
"On this day" : "Pada hari ini",
"Places" : "Tempat",
"Map" : "Peta",
"Tags" : "Tag",
"Edit" : "Sunting",
"Cancel" : "Membatalkan",
@ -18,6 +23,10 @@ OC.L10N.register(
"General" : "Umum",
"Close" : "Tutup",
"Copy public link" : "Salin tautan publik",
"Public link" : "Tautan publik",
"Name of the album" : "Nama album",
"Location of the album" : "Lokasi album",
"Go back to the previous view." : "Kembali ke tampilan sebelumnya",
"Back" : "Kembali",
"Save" : "Simpan",
"Month" : "Bulan",

9
l10n/id.json vendored
View File

@ -1,11 +1,16 @@
{ "translations": {
"Settings" : "Setelan",
"People" : "Orang",
"Info" : "Info",
"Timeline" : "Linimasa",
"Folders" : "Folder-folder",
"Favorites" : "Disukai",
"Videos" : "Video",
"Albums" : "Album",
"Archive" : "Arsip",
"On this day" : "Pada hari ini",
"Places" : "Tempat",
"Map" : "Peta",
"Tags" : "Tag",
"Edit" : "Sunting",
"Cancel" : "Membatalkan",
@ -16,6 +21,10 @@
"General" : "Umum",
"Close" : "Tutup",
"Copy public link" : "Salin tautan publik",
"Public link" : "Tautan publik",
"Name of the album" : "Nama album",
"Location of the album" : "Lokasi album",
"Go back to the previous view." : "Kembali ke tampilan sebelumnya",
"Back" : "Kembali",
"Save" : "Simpan",
"Month" : "Bulan",

View File

@ -56,11 +56,11 @@
</NcActionButton>
<NcActionButton
v-if="isLivePhoto"
:aria-label="t('memories', 'Play live video')"
:aria-label="t('memories', 'Play Live Photo')"
@click="playLivePhoto"
:close-after-click="true"
>
{{ t("memories", "Play live video") }}
{{ t("memories", "Play Live Photo") }}
<template #icon> <LivePhotoIcon :size="24" /> </template>
</NcActionButton>
<NcActionButton