Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(pl): Create project-structure.mdx #9525

Merged
merged 4 commits into from
Oct 6, 2024

Conversation

Panelinio
Copy link
Contributor

Description (required)

I am translating the Project Structure page into Polish.
Discord username: PaneL

Related issues & labels (optional)

  • Suggested label: i18n
  • Hacktoberfest: hacktoberfest-accepted

There are three sections left to translate
@github-actions github-actions bot added the i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help! label Oct 2, 2024
Copy link

netlify bot commented Oct 2, 2024

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0dd7eb7
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/670305cc212739000834f1f5
😎 Deploy Preview https://deploy-preview-9525--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@astrobot-houston
Copy link
Contributor

astrobot-houston commented Oct 2, 2024

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

Locale File Note
pl basics/project-structure.mdx Localization added, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@RezixDev
Copy link
Contributor

RezixDev commented Oct 2, 2024

"opinionated" trochę dziwnie brzmi :D

Może: "Astro wykorzystuje z góry narzuconą strukturę folderów dla Twojego projektu."

conventions -> zasady/normy (u ciebie jest "pomysły")

image

regorganizować -> "zmienić układ"

Copy link
Contributor

@RezixDev RezixDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kilka błędów stylistycznych


### `src/components`

**Komponenty** są jednostkami wielekrotnego użytku dla Twoich stron HTML. Mogą być one [komponentami Astro](/pl/basics/astro-components/), lub [komponentami frameworków UI](/pl/guides/framework-components/) jak React bądź Vue. Podstawą jest aby grupować i organizować wszystkie komponenty Twojego folderu w tym folderze.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Powszechne jest aby grupować i organizować wszystkie komponenty Twojego folderu w tym folderze.


**Komponenty** są jednostkami wielekrotnego użytku dla Twoich stron HTML. Mogą być one [komponentami Astro](/pl/basics/astro-components/), lub [komponentami frameworków UI](/pl/guides/framework-components/) jak React bądź Vue. Podstawą jest aby grupować i organizować wszystkie komponenty Twojego folderu w tym folderze.

Ta wszechobecna konwencja projektów Astro nie jest jednak wymagana. Organizuj swoje projekty jakkolwiek sobie zamarzysz!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ta wszechobecna konwencja projektów Astro nie jest jednak wymagana. Organizuj swoje projekty jakkolwiek sobie zamarzysz!

-> To jest powszechnie przyjęta praktyka w projektach Astro, lecz nie jest ona wymagana. Możesz dowolnie organizować swoje komponenty według własnych życzeń!


### `src/styles`

Powszechnym zamysłem jest przechowywanie Twoich plików CSS bądź Sass w `src/styles`, ale nie jest on konieczny. Tak długo jak Twoje style będą się znajdować w czeluściach folderu `src/` i będą one odpowiednio zaimportowane, Astro sobie z nimi poradzi i je zoptymalizuje.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tak długo, jak Twoje style znajdują się gdziekolwiek w katalogu src/ i są poprawnie importowane, Astro zajmie się ich obsługą i optymalizacją.


### `tsconfig.json`

Gdy tworzysz szablon startowy ten plik już tam na Ciebie czeka, zawierając w sobie opcje konfiguracji TypeScript dla Twojego projektu Astro. Pewne funkcje (jak importy paczki npm) nie są w pełni wspierane w edytorze bez pliku `tsconfig.json`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ten plik jest generowany w każdym szablonie startowym i zawiera on opcje konfiguracji TypeScript dla Twojego projektu Astro. Niektóre funkcje (takie jak importy pakietów npm) nie są w pełni obsługiwane w edytorze bez pliku tsconfig.json.


Gdy tworzysz szablon startowy ten plik już tam na Ciebie czeka, zawierając w sobie opcje konfiguracji TypeScript dla Twojego projektu Astro. Pewne funkcje (jak importy paczki npm) nie są w pełni wspierane w edytorze bez pliku `tsconfig.json`.

Zobacz na [Poradnik TypeScript](/pl/guides/typescript/) dla szczegółów ustawienia konfiguracji.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Szczegóły dotyczące ustawień konfiguracji znajdziesz w Przewodniku TypeScript.

@RezixDev
Copy link
Contributor

RezixDev commented Oct 4, 2024

Looks fine.

LGTM :D

Copy link
Member

@yanthomasdev yanthomasdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Amazing work! 🙌

@yanthomasdev yanthomasdev added the hacktoberfest-accepted Mark a PR as accepted to contribute towards Hacktoberfest label Oct 6, 2024
@yanthomasdev yanthomasdev merged commit 3e05b02 into withastro:main Oct 6, 2024
10 checks passed
@Panelinio Panelinio deleted the project-structure-pl branch October 7, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Mark a PR as accepted to contribute towards Hacktoberfest i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants