diff --git a/src/components/LockedContent.tsx b/src/components/LockedContent.tsx index 4569741..7b557de 100644 --- a/src/components/LockedContent.tsx +++ b/src/components/LockedContent.tsx @@ -104,7 +104,7 @@ const LocationButton = ({ - İçeriği görmek için butona bas! + Click to see the photo! @@ -113,25 +113,25 @@ const LocationButton = ({
{hasPermission ? ( -

İçeriği görmek için konuma gitmelisin!

+

You'll have to go the location to see it

{distanceRemain && `Kalan mesafe: ${distanceRemain}`}

) : (
- Ne kadar yaklaştığını görmek için aşağıdaki butona bas. + Click below to see how close you are
)} diff --git a/src/components/ShareButton.tsx b/src/components/ShareButton.tsx index 28ffbe5..c626766 100644 --- a/src/components/ShareButton.tsx +++ b/src/components/ShareButton.tsx @@ -4,7 +4,7 @@ const ShareButton = () => { const shareLink = async () => { const shareData = { title: "Konulu Konum", - text: "Sevdiklerinizi şaşırtın!", + text: "Surprise you're loved ones!", url: document.URL } @@ -16,7 +16,7 @@ const ShareButton = () => { await navigator.clipboard.writeText(document.URL) // @ts-ignore Toastify({ - text: "Konulu konum kopyalandı.", + text: "Konulu konum copied.", duration: 3000, gravity: "top", // `top` or `bottom` position: "center", // `left`, `center` or `right` @@ -39,11 +39,11 @@ const ShareButton = () => { //@ts-expect-error navigator is not always defined window.navigator.share ? ( ) : ( ) } diff --git a/src/pages/[id].astro b/src/pages/[id].astro index b1d6eab..4b78350 100644 --- a/src/pages/[id].astro +++ b/src/pages/[id].astro @@ -45,10 +45,9 @@ const dateFromNow = dayjs.utc(data?.created_at).from(dayjs.utc()); > Konulu Konum -

- Arkadaşınız size bir fotoğraf ve bir not bıraktı. Fakat fotoğrafı - görebilmeniz için aşağıdaki konuma gitmeniz gerekiyor. Konuma - yaklaştığınızda butona basıp fotoğrafı görüntüleyebilirsiniz. +

+ You have a message and photo from you friend. To see it, you'll have to + go to location below. Once you're close, you'll be able to see it.

@@ -84,7 +83,7 @@ const dateFromNow = dayjs.utc(data?.created_at).from(dayjs.utc());

- Fotoğrafın kilidi şu ana dek {data?.unlocked_counter} kez açıldı + Photo is unlocked {data?.unlocked_counter} times

diff --git a/src/pages/index.astro b/src/pages/index.astro index 38c313e..3a71529 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,10 +25,8 @@ import { Label } from '@/components/ui/label'; > Konulu Konum -

- 3 basit adımda fotoğraflarınızı ve videolarınızı yalnızca belirli bir konumda açılacak şekilde kilitleyin: +

+ Lock your files based on a location in three easy steps.

@@ -36,12 +34,10 @@ import { Label } from '@/components/ui/label';

- 1. Fotoğraf Seçimi + 1. Choose a photo

- Aşağıdaki butona basıp galerinizden bir fotoğraf seçin, seçtiğiniz - fotoğraf yalnızca belirli bir konumda açılabilecek bir hale - getirilecek. + Select a photo, it'll be locked based on a location you'll choose.

-

- Galerinizden bir fotoğraf seçin. -

+

Select a photo.

@@ -60,11 +54,11 @@ import { Label } from '@/components/ui/label';

- 2. Fotoğrafın Açılacağı Konum + 2. Choose a location

- Haritadan bir nokta seçin. Bağlantıyı gönderdiğiniz kişi bu konuma - gittiği zaman seçtiğiniz fotoğrafı görebilecek. + Choose a location on the map. Once the konulu konum link is generated, + users will only be able to see this photo on this location.

- Seçilen Konum: + Selected Location:

- Henüz konum seçmediniz, konum seçmek için haritadaki bir noktaya - basınız. + You haven't chosen a location yet, please click on a point on the + map to choose a location.

- 3. Fotoğraf Açıklaması + 3. Photo description

@@ -117,18 +111,18 @@ import { Label } from '@/components/ui/label'; htmlFor="location-description" className="lg:text-lg text-md" > - Açıklama + Description